Html Css Color HEX #D00CD8 Deep Magenta

📋 copy color: '#D00CD8'

red 208 ◦ green 12 ◦ blue 216

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

Shades of Deep Magenta #D00CD8

Tints of Deep Magenta #D00CD8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 47.71%
G = 2.75%
B = 49.54%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D00CD8 (or 0xD00CD8) is known color: Deep Magenta. HEX triplet: D0, 0C and D8. RGB value is (208,12,216). Sum of RGB (Red+Green+Blue) = 208+12+216=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #D00CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CD8 is #2FF327. Grayscale: #5D5D5D. Windows color (decimal): -3142440 or 14159056. OLE color: 14159056.

HSL color Cylindrical-coordinate representation of color #D00CD8: hue angle of 297.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CD8 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 12 216 -
CMYK 0.04 0.94 0 0.15
HSL 297.65º 0.89% 0.45% -
HSV(B) 297.65º 0.94% 0.85% -
XYZ 38.54 18.63 66.53 -
YUV 93.86 196.93 209.41 -
System Red Green Blue C M Y K H S L
Decimal 208 12 216 0.04 0.94 0 0.15 297.65 0.89 0.45
Hex D0 C D8 4 5E 0 F 12A 59 2D
Octal 320 14 330 4 136 0 17 452 131 55
Binary 11010000 1100 11011000 100 1011110 0 1111 100101010 1011001 101101

Color Harmonies of #D00CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CD8

Black with #D00CD8

Text Example


Text Example

White with #D00CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CD8; }

 p { color: rgb(208,12,216); }

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

background-color css

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

 a { background-color: rgb(208,12,216); }

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

border-color css

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

 span { border-color: rgb(208,12,216); }

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