Html Css Color HEX #D225CB Deep Magenta

📋 copy color: '#D225CB'

red 210 ◦ green 37 ◦ blue 203

#D225CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D225CB

Tints of Deep Magenta #D225CB

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

 GREEN value IS 37 (14.84% from 255) = 8.22%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 46.67%
G = 8.22%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D225CB (or 0xD225CB) is known color: Deep Magenta. HEX triplet: D2, 25 and CB. RGB value is (210,37,203). Sum of RGB (Red+Green+Blue) = 210+37+203=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D225CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225CB is #2DDA34. Grayscale: #6B6B6B. Windows color (decimal): -3004981 or 13313490. OLE color: 13313490.

HSL color Cylindrical-coordinate representation of color #D225CB: hue angle of 302.43º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D225CB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 203 -
CMYK 0 0.82 0.03 0.18
HSL 302.43º 0.7% 0.48% -
HSV(B) 302.43º 0.82% 0.82% -
XYZ 38.02 19.34 58.23 -
YUV 107.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 210 37 203 0 0.82 0.03 0.18 302.43 0.7 0.48
Hex D2 25 CB 0 52 3 12 12E 46 30
Octal 322 45 313 0 122 3 22 456 106 60
Binary 11010010 100101 11001011 0 1010010 11 10010 100101110 1000110 110000

Color Harmonies of #D225CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225CB

Black with #D225CB

Text Example


Text Example

White with #D225CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225CB; }

 p { color: rgb(210,37,203); }

 H1.HeaderClassName
 {
   color: #D225CB;
 }
 .AnyTagClassName
 {
   color: #D225CB;
 }
</style>

background-color css

<style>
 a { background-color: #D225CB; }

 a { background-color: rgb(210,37,203); }

 div.DivClassName
 {
   background-color: #D225CB;
 }
 .BgClassName
 {
   background-color: #D225CB;
 }
</style>

border-color css

<style>
 span { border-color: #D225CB; }

 span { border-color: rgb(210,37,203); }

 td.TdClassName
 {
   border-color: #D225CB;
 }
 .TagClassName
 {
   border-color: #D225CB;
 }
</style>