Html Css Color HEX #D008CD Deep Magenta

📋 copy color: '#D008CD'

red 208 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #D008CD

Tints of Deep Magenta #D008CD

RGB

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

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

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

R = 49.41%
G = 1.9%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D008CD (or 0xD008CD) is known color: Deep Magenta. HEX triplet: D0, 08 and CD. RGB value is (208,8,205). Sum of RGB (Red+Green+Blue) = 208+8+205=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D008CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008CD is #2FF732. Grayscale: #595959. Windows color (decimal): -3143475 or 13437136. OLE color: 13437136.

HSL color Cylindrical-coordinate representation of color #D008CD: hue angle of 300.9º 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 #D008CD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 205 -
CMYK 0 0.96 0.01 0.18
HSL 300.9º 0.93% 0.42% -
HSV(B) 300.9º 0.96% 0.82% -
XYZ 37.12 17.99 59.27 -
YUV 90.26 192.76 211.98 -
System Red Green Blue C M Y K H S L
Decimal 208 8 205 0 0.96 0.01 0.18 300.9 0.93 0.42
Hex D0 8 CD 0 60 1 12 12D 5D 2A
Octal 320 10 315 0 140 1 22 455 135 52
Binary 11010000 1000 11001101 0 1100000 1 10010 100101101 1011101 101010

Color Harmonies of #D008CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008CD

Black with #D008CD

Text Example


Text Example

White with #D008CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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