Html Css Color HEX #D008CA Deep Magenta

📋 copy color: '#D008CA'

red 208 ◦ green 8 ◦ blue 202

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

Shades of Deep Magenta #D008CA

Tints of Deep Magenta #D008CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 49.76%
G = 1.91%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D008CA (or 0xD008CA) is known color: Deep Magenta. HEX triplet: D0, 08 and CA. RGB value is (208,8,202). Sum of RGB (Red+Green+Blue) = 208+8+202=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D008CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008CA is #2FF735. Grayscale: #595959. Windows color (decimal): -3143478 or 13240528. OLE color: 13240528.

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

Color convert

RGB 208 8 202 -
CMYK 0 0.96 0.03 0.18
HSL 301.8º 0.93% 0.42% -
HSV(B) 301.8º 0.96% 0.82% -
XYZ 36.76 17.85 57.38 -
YUV 89.92 191.26 212.23 -
System Red Green Blue C M Y K H S L
Decimal 208 8 202 0 0.96 0.03 0.18 301.8 0.93 0.42
Hex D0 8 CA 0 60 3 12 12E 5D 2A
Octal 320 10 312 0 140 3 22 456 135 52
Binary 11010000 1000 11001010 0 1100000 11 10010 100101110 1011101 101010

Color Harmonies of #D008CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008CA

Black with #D008CA

Text Example


Text Example

White with #D008CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008CA; }

 p { color: rgb(208,8,202); }

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

background-color css

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

 a { background-color: rgb(208,8,202); }

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

border-color css

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

 span { border-color: rgb(208,8,202); }

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