Html Css Color HEX #D00CD3 Deep Magenta

📋 copy color: '#D00CD3'

red 208 ◦ green 12 ◦ blue 211

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

Shades of Deep Magenta #D00CD3

Tints of Deep Magenta #D00CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.96%

R = 48.26%
G = 2.78%
B = 48.96%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D00CD3 (or 0xD00CD3) is known color: Deep Magenta. HEX triplet: D0, 0C and D3. RGB value is (208,12,211). Sum of RGB (Red+Green+Blue) = 208+12+211=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #D00CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CD3 is #2FF32C. Grayscale: #5C5C5C. Windows color (decimal): -3142445 or 13831376. OLE color: 13831376.

HSL color Cylindrical-coordinate representation of color #D00CD3: hue angle of 299.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CD3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 12 211 -
CMYK 0.01 0.94 0 0.17
HSL 299.1º 0.89% 0.44% -
HSV(B) 299.1º 0.94% 0.83% -
XYZ 37.9 18.38 63.18 -
YUV 93.29 194.43 209.82 -
System Red Green Blue C M Y K H S L
Decimal 208 12 211 0.01 0.94 0 0.17 299.1 0.89 0.44
Hex D0 C D3 1 5E 0 11 12B 59 2C
Octal 320 14 323 1 136 0 21 453 131 54
Binary 11010000 1100 11010011 1 1011110 0 10001 100101011 1011001 101100

Color Harmonies of #D00CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CD3

Black with #D00CD3

Text Example


Text Example

White with #D00CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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