Html Css Color HEX #DF2B97 Deep Cerise

📋 copy color: '#DF2B97'

red 223 ◦ green 43 ◦ blue 151

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

Shades of Deep Cerise #DF2B97

Tints of Deep Cerise #DF2B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 53.48%
G = 10.31%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2B97 (or 0xDF2B97) is known color: Deep Cerise. HEX triplet: DF, 2B and 97. RGB value is (223,43,151). Sum of RGB (Red+Green+Blue) = 223+43+151=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B97 is #20D468. Grayscale: #6C6C6C. Windows color (decimal): -2151529 or 9907167. OLE color: 9907167.

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

Color convert

RGB 223 43 151 -
CMYK 0 0.81 0.32 0.13
HSL 324º 0.74% 0.52% -
HSV(B) 324º 0.81% 0.87% -
XYZ 36.88 19.65 31.13 -
YUV 109.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 223 43 151 0 0.81 0.32 0.13 324 0.74 0.52
Hex DF 2B 97 0 51 20 D 144 4A 34
Octal 337 53 227 0 121 40 15 504 112 64
Binary 11011111 101011 10010111 0 1010001 100000 1101 101000100 1001010 110100

Color Harmonies of #DF2B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B97

Black with #DF2B97

Text Example


Text Example

White with #DF2B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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