Html Css Color HEX #DF45A0 Deep Cerise

📋 copy color: '#DF45A0'

red 223 ◦ green 69 ◦ blue 160

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

Shades of Deep Cerise #DF45A0

Tints of Deep Cerise #DF45A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.27%

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

R = 49.34%
G = 15.27%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF45A0 (or 0xDF45A0) is known color: Deep Cerise. HEX triplet: DF, 45 and A0. RGB value is (223,69,160). Sum of RGB (Red+Green+Blue) = 223+69+160=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45A0 is #20BA5F. Grayscale: #7D7D7D. Windows color (decimal): -2144864 or 10503647. OLE color: 10503647.

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

Color convert

RGB 223 69 160 -
CMYK 0 0.69 0.28 0.13
HSL 324.55º 0.71% 0.57% -
HSV(B) 324.55º 0.69% 0.87% -
XYZ 38.9 22.48 35.55 -
YUV 125.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 223 69 160 0 0.69 0.28 0.13 324.55 0.71 0.57
Hex DF 45 A0 0 45 1C D 145 47 39
Octal 337 105 240 0 105 34 15 505 107 71
Binary 11011111 1000101 10100000 0 1000101 11100 1101 101000101 1000111 111001

Color Harmonies of #DF45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF45A0

Black with #DF45A0

Text Example


Text Example

White with #DF45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF45A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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