Html Css Color HEX #D00CDF Deep Magenta

📋 copy color: '#D00CDF'

red 208 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #D00CDF

Tints of Deep Magenta #D00CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 46.95%
G = 2.71%
B = 50.34%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00CDF (or 0xD00CDF) is known color: Deep Magenta. HEX triplet: D0, 0C and DF. RGB value is (208,12,223). Sum of RGB (Red+Green+Blue) = 208+12+223=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CDF is #2FF320. Grayscale: #5E5E5E. Windows color (decimal): -3142433 or 14617808. OLE color: 14617808.

HSL color Cylindrical-coordinate representation of color #D00CDF: hue angle of 295.73º 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 #D00CDF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 12 223 -
CMYK 0.07 0.95 0 0.13
HSL 295.73º 0.9% 0.46% -
HSV(B) 295.73º 0.95% 0.87% -
XYZ 39.46 19 71.4 -
YUV 94.66 200.43 208.84 -
System Red Green Blue C M Y K H S L
Decimal 208 12 223 0.07 0.95 0 0.13 295.73 0.9 0.46
Hex D0 C DF 7 5F 0 D 128 5A 2E
Octal 320 14 337 7 137 0 15 450 132 56
Binary 11010000 1100 11011111 111 1011111 0 1101 100101000 1011010 101110

Color Harmonies of #D00CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CDF

Black with #D00CDF

Text Example


Text Example

White with #D00CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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