Html Css Color HEX #DF14CC Deep Magenta

📋 copy color: '#DF14CC'

red 223 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #DF14CC

Tints of Deep Magenta #DF14CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.47%

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

R = 49.89%
G = 4.47%
B = 45.64%

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

#DF14CC (or 0xDF14CC) is known color: Deep Magenta. HEX triplet: DF, 14 and CC. RGB value is (223,20,204). Sum of RGB (Red+Green+Blue) = 223+20+204=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14CC is #20EB33. Grayscale: #656565. Windows color (decimal): -2157364 or 13374687. OLE color: 13374687.

HSL color Cylindrical-coordinate representation of color #DF14CC: hue angle of 305.62º degrees, saturation: 0.84, 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 #DF14CC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 20 204 -
CMYK 0 0.91 0.09 0.13
HSL 305.62º 0.84% 0.48% -
HSV(B) 305.62º 0.91% 0.87% -
XYZ 41.58 20.55 58.9 -
YUV 101.67 185.75 214.54 -
System Red Green Blue C M Y K H S L
Decimal 223 20 204 0 0.91 0.09 0.13 305.62 0.84 0.48
Hex DF 14 CC 0 5B 9 D 132 54 30
Octal 337 24 314 0 133 11 15 462 124 60
Binary 11011111 10100 11001100 0 1011011 1001 1101 100110010 1010100 110000

Color Harmonies of #DF14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF14CC

Black with #DF14CC

Text Example


Text Example

White with #DF14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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