Html Css Color HEX #DF2A95 Deep Cerise

📋 copy color: '#DF2A95'

red 223 ◦ green 42 ◦ blue 149

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

Shades of Deep Cerise #DF2A95

Tints of Deep Cerise #DF2A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.14%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 53.86%
G = 10.14%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF2A95 (or 0xDF2A95) is known color: Deep Cerise. HEX triplet: DF, 2A and 95. RGB value is (223,42,149). Sum of RGB (Red+Green+Blue) = 223+42+149=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A95 is #20D56A. Grayscale: #6C6C6C. Windows color (decimal): -2151787 or 9775839. OLE color: 9775839.

HSL color Cylindrical-coordinate representation of color #DF2A95: hue angle of 324.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A95 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 42 149 -
CMYK 0 0.81 0.33 0.13
HSL 324.53º 0.74% 0.52% -
HSV(B) 324.53º 0.81% 0.87% -
XYZ 36.68 19.51 30.27 -
YUV 108.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 223 42 149 0 0.81 0.33 0.13 324.53 0.74 0.52
Hex DF 2A 95 0 51 21 D 145 4A 34
Octal 337 52 225 0 121 41 15 505 112 64
Binary 11011111 101010 10010101 0 1010001 100001 1101 101000101 1001010 110100

Color Harmonies of #DF2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A95

Black with #DF2A95

Text Example


Text Example

White with #DF2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A95; }

 p { color: rgb(223,42,149); }

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

background-color css

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

 a { background-color: rgb(223,42,149); }

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

border-color css

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

 span { border-color: rgb(223,42,149); }

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