Html Css Color HEX #D00CCF Deep Magenta

📋 copy color: '#D00CCF'

red 208 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D00CCF

Tints of Deep Magenta #D00CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 48.71%
G = 2.81%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D00CCF (or 0xD00CCF) is known color: Deep Magenta. HEX triplet: D0, 0C and CF. RGB value is (208,12,207). Sum of RGB (Red+Green+Blue) = 208+12+207=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCF is #2FF330. Grayscale: #5C5C5C. Windows color (decimal): -3142449 or 13569232. OLE color: 13569232.

HSL color Cylindrical-coordinate representation of color #D00CCF: hue angle of 300.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CCF is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 207 -
CMYK 0 0.94 0.00 0.18
HSL 300.31º 0.89% 0.43% -
HSV(B) 300.31º 0.94% 0.82% -
XYZ 37.41 18.18 60.57 -
YUV 92.83 192.43 210.14 -
System Red Green Blue C M Y K H S L
Decimal 208 12 207 0 0.94 0.00 0.18 300.31 0.89 0.43
Hex D0 C CF 0 5E 0 12 12C 59 2B
Octal 320 14 317 0 136 0 22 454 131 53
Binary 11010000 1100 11001111 0 1011110 0 10010 100101100 1011001 101011

Color Harmonies of #D00CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CCF

Black with #D00CCF

Text Example


Text Example

White with #D00CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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