Html Css Color HEX #D00CDD Deep Magenta

📋 copy color: '#D00CDD'

red 208 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #D00CDD

Tints of Deep Magenta #D00CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 47.17%
G = 2.72%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00CDD (or 0xD00CDD) is known color: Deep Magenta. HEX triplet: D0, 0C and DD. RGB value is (208,12,221). Sum of RGB (Red+Green+Blue) = 208+12+221=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #D00CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CDD is #2FF322. Grayscale: #5D5D5D. Windows color (decimal): -3142435 or 14486736. OLE color: 14486736.

HSL color Cylindrical-coordinate representation of color #D00CDD: hue angle of 296.27º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CDD is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 12 221 -
CMYK 0.06 0.95 0 0.13
HSL 296.27º 0.9% 0.46% -
HSV(B) 296.27º 0.95% 0.87% -
XYZ 39.2 18.89 69.99 -
YUV 94.43 199.43 209.01 -
System Red Green Blue C M Y K H S L
Decimal 208 12 221 0.06 0.95 0 0.13 296.27 0.9 0.46
Hex D0 C DD 6 5F 0 D 128 5A 2E
Octal 320 14 335 6 137 0 15 450 132 56
Binary 11010000 1100 11011101 110 1011111 0 1101 100101000 1011010 101110

Color Harmonies of #D00CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CDD

Black with #D00CDD

Text Example


Text Example

White with #D00CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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