Html Css Color HEX #DF04CC Deep Magenta

📋 copy color: '#DF04CC'

red 223 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #DF04CC

Tints of Deep Magenta #DF04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 51.74%
G = 0.93%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF04CC (or 0xDF04CC) is known color: Deep Magenta. HEX triplet: DF, 04 and CC. RGB value is (223,4,204). Sum of RGB (Red+Green+Blue) = 223+4+204=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04CC is #20FB33. Grayscale: #5B5B5B. Windows color (decimal): -2161460 or 13370591. OLE color: 13370591.

HSL color Cylindrical-coordinate representation of color #DF04CC: hue angle of 305.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04CC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 204 -
CMYK 0 0.98 0.09 0.13
HSL 305.21º 0.96% 0.45% -
HSV(B) 305.21º 0.98% 0.87% -
XYZ 41.37 20.13 58.83 -
YUV 92.28 191.05 221.24 -
System Red Green Blue C M Y K H S L
Decimal 223 4 204 0 0.98 0.09 0.13 305.21 0.96 0.45
Hex DF 4 CC 0 62 9 D 131 60 2D
Octal 337 4 314 0 142 11 15 461 140 55
Binary 11011111 100 11001100 0 1100010 1001 1101 100110001 1100000 101101

Color Harmonies of #DF04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04CC

Black with #DF04CC

Text Example


Text Example

White with #DF04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04CC; }

 p { color: rgb(223,4,204); }

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

background-color css

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

 a { background-color: rgb(223,4,204); }

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

border-color css

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

 span { border-color: rgb(223,4,204); }

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