Html Css Color HEX #DF2B95 Deep Cerise

📋 copy color: '#DF2B95'

red 223 ◦ green 43 ◦ blue 149

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

Shades of Deep Cerise #DF2B95

Tints of Deep Cerise #DF2B95

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

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

R = 53.73%
G = 10.36%
B = 35.9%

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

#DF2B95 (or 0xDF2B95) is known color: Deep Cerise. HEX triplet: DF, 2B and 95. RGB value is (223,43,149). Sum of RGB (Red+Green+Blue) = 223+43+149=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B95 is #20D46A. Grayscale: #6C6C6C. Windows color (decimal): -2151531 or 9776095. OLE color: 9776095.

HSL color Cylindrical-coordinate representation of color #DF2B95: hue angle of 324.67º 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 #DF2B95 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 43 149 -
CMYK 0 0.81 0.33 0.13
HSL 324.67º 0.74% 0.52% -
HSV(B) 324.67º 0.81% 0.87% -
XYZ 36.72 19.59 30.28 -
YUV 108.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 223 43 149 0 0.81 0.33 0.13 324.67 0.74 0.52
Hex DF 2B 95 0 51 21 D 145 4A 34
Octal 337 53 225 0 121 41 15 505 112 64
Binary 11011111 101011 10010101 0 1010001 100001 1101 101000101 1001010 110100

Color Harmonies of #DF2B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B95

Black with #DF2B95

Text Example


Text Example

White with #DF2B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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