Html Css Color HEX #DF00CC Deep Magenta

📋 copy color: '#DF00CC'

red 223 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #DF00CC

Tints of Deep Magenta #DF00CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.22%
G = 0%
B = 47.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF00CC (or 0xDF00CC) is known color: Deep Magenta. HEX triplet: DF, 00 and CC. RGB value is (223,0,204). Sum of RGB (Red+Green+Blue) = 223+0+204=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00CC is #20FF33. Grayscale: #595959. Windows color (decimal): -2162484 or 13369567. OLE color: 13369567.

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

Color convert

RGB 223 0 204 -
CMYK 0 1 0.09 0.13
HSL 305.11º 1% 0.44% -
HSV(B) 305.11º 1% 0.87% -
XYZ 41.33 20.05 58.82 -
YUV 89.93 192.38 222.91 -
System Red Green Blue C M Y K H S L
Decimal 223 0 204 0 1 0.09 0.13 305.11 1 0.44
Hex DF 0 CC 0 64 9 D 131 64 2C
Octal 337 0 314 0 144 11 15 461 144 54
Binary 11011111 0 11001100 0 1100100 1001 1101 100110001 1100100 101100

Color Harmonies of #DF00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00CC

Black with #DF00CC

Text Example


Text Example

White with #DF00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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