Html Css Color HEX #DF42A0 Deep Cerise

📋 copy color: '#DF42A0'

red 223 ◦ green 66 ◦ blue 160

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

Shades of Deep Cerise #DF42A0

Tints of Deep Cerise #DF42A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.7%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 49.67%
G = 14.7%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF42A0 (or 0xDF42A0) is known color: Deep Cerise. HEX triplet: DF, 42 and A0. RGB value is (223,66,160). Sum of RGB (Red+Green+Blue) = 223+66+160=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF42A0 is #20BD5F. Grayscale: #7B7B7B. Windows color (decimal): -2145632 or 10502879. OLE color: 10502879.

HSL color Cylindrical-coordinate representation of color #DF42A0: hue angle of 324.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42A0 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 160 -
CMYK 0 0.70 0.28 0.13
HSL 324.08º 0.71% 0.57% -
HSV(B) 324.08º 0.7% 0.87% -
XYZ 38.72 22.12 35.49 -
YUV 123.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 223 66 160 0 0.70 0.28 0.13 324.08 0.71 0.57
Hex DF 42 A0 0 46 1C D 144 47 39
Octal 337 102 240 0 106 34 15 504 107 71
Binary 11011111 1000010 10100000 0 1000110 11100 1101 101000100 1000111 111001

Color Harmonies of #DF42A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42A0

Black with #DF42A0

Text Example


Text Example

White with #DF42A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42A0; }

 p { color: rgb(223,66,160); }

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

background-color css

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

 a { background-color: rgb(223,66,160); }

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

border-color css

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

 span { border-color: rgb(223,66,160); }

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