Html Css Color HEX #D002CD Deep Magenta

📋 copy color: '#D002CD'

red 208 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #D002CD

Tints of Deep Magenta #D002CD

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 50.12%
G = 0.48%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D002CD (or 0xD002CD) is known color: Deep Magenta. HEX triplet: D0, 02 and CD. RGB value is (208,2,205). Sum of RGB (Red+Green+Blue) = 208+2+205=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D002CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002CD is #2FFD32. Grayscale: #565656. Windows color (decimal): -3145011 or 13435600. OLE color: 13435600.

HSL color Cylindrical-coordinate representation of color #D002CD: hue angle of 300.87º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002CD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 205 -
CMYK 0 0.99 0.01 0.18
HSL 300.87º 0.98% 0.41% -
HSV(B) 300.87º 0.99% 0.82% -
XYZ 37.05 17.86 59.25 -
YUV 86.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 208 2 205 0 0.99 0.01 0.18 300.87 0.98 0.41
Hex D0 2 CD 0 63 1 12 12D 62 29
Octal 320 2 315 0 143 1 22 455 142 51
Binary 11010000 10 11001101 0 1100011 1 10010 100101101 1100010 101001

Color Harmonies of #D002CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002CD

Black with #D002CD

Text Example


Text Example

White with #D002CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002CD; }

 p { color: rgb(208,2,205); }

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

background-color css

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

 a { background-color: rgb(208,2,205); }

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

border-color css

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

 span { border-color: rgb(208,2,205); }

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