Html Css Color HEX #DF0CCE Deep Magenta

📋 copy color: '#DF0CCE'

red 223 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #DF0CCE

Tints of Deep Magenta #DF0CCE

RGB

 RED value IS 223 (87.5% from 255) = 50.57%

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 50.57%
G = 2.72%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF0CCE (or 0xDF0CCE) is known color: Deep Magenta. HEX triplet: DF, 0C and CE. RGB value is (223,12,206). Sum of RGB (Red+Green+Blue) = 223+12+206=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CCE is #20F331. Grayscale: #606060. Windows color (decimal): -2159410 or 13503711. OLE color: 13503711.

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

Color convert

RGB 223 12 206 -
CMYK 0 0.95 0.08 0.13
HSL 304.83º 0.9% 0.46% -
HSV(B) 304.83º 0.95% 0.87% -
XYZ 41.7 20.41 60.13 -
YUV 97.21 189.4 217.73 -
System Red Green Blue C M Y K H S L
Decimal 223 12 206 0 0.95 0.08 0.13 304.83 0.9 0.46
Hex DF C CE 0 5F 8 D 131 5A 2E
Octal 337 14 316 0 137 10 15 461 132 56
Binary 11011111 1100 11001110 0 1011111 1000 1101 100110001 1011010 101110

Color Harmonies of #DF0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0CCE

Black with #DF0CCE

Text Example


Text Example

White with #DF0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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