Html Css Color HEX #DF2F88 Deep Cerise

📋 copy color: '#DF2F88'

red 223 ◦ green 47 ◦ blue 136

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

Shades of Deep Cerise #DF2F88

Tints of Deep Cerise #DF2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 54.93%
G = 11.58%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF2F88 (or 0xDF2F88) is known color: Deep Cerise. HEX triplet: DF, 2F and 88. RGB value is (223,47,136). Sum of RGB (Red+Green+Blue) = 223+47+136=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2F88 is #20D077. Grayscale: #6D6D6D. Windows color (decimal): -2150520 or 8925151. OLE color: 8925151.

HSL color Cylindrical-coordinate representation of color #DF2F88: hue angle of 329.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F88 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 136 -
CMYK 0 0.79 0.39 0.13
HSL 329.66º 0.73% 0.53% -
HSV(B) 329.66º 0.79% 0.87% -
XYZ 35.89 19.5 25.16 -
YUV 109.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 223 47 136 0 0.79 0.39 0.13 329.66 0.73 0.53
Hex DF 2F 88 0 4F 27 D 14A 49 35
Octal 337 57 210 0 117 47 15 512 111 65
Binary 11011111 101111 10001000 0 1001111 100111 1101 101001010 1001001 110101

Color Harmonies of #DF2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F88

Black with #DF2F88

Text Example


Text Example

White with #DF2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F88; }

 p { color: rgb(223,47,136); }

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

background-color css

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

 a { background-color: rgb(223,47,136); }

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

border-color css

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

 span { border-color: rgb(223,47,136); }

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