Html Css Color HEX #DF15CC Deep Magenta

📋 copy color: '#DF15CC'

red 223 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #DF15CC

Tints of Deep Magenta #DF15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

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

R = 49.78%
G = 4.69%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF15CC (or 0xDF15CC) is known color: Deep Magenta. HEX triplet: DF, 15 and CC. RGB value is (223,21,204). Sum of RGB (Red+Green+Blue) = 223+21+204=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15CC is #20EA33. Grayscale: #656565. Windows color (decimal): -2157108 or 13374943. OLE color: 13374943.

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

Color convert

RGB 223 21 204 -
CMYK 0 0.91 0.09 0.13
HSL 305.64º 0.83% 0.48% -
HSV(B) 305.64º 0.91% 0.87% -
XYZ 41.6 20.58 58.91 -
YUV 102.26 185.42 214.12 -
System Red Green Blue C M Y K H S L
Decimal 223 21 204 0 0.91 0.09 0.13 305.64 0.83 0.48
Hex DF 15 CC 0 5B 9 D 132 53 30
Octal 337 25 314 0 133 11 15 462 123 60
Binary 11011111 10101 11001100 0 1011011 1001 1101 100110010 1010011 110000

Color Harmonies of #DF15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15CC

Black with #DF15CC

Text Example


Text Example

White with #DF15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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