Html Css Color HEX #DF2999 Deep Cerise

📋 copy color: '#DF2999'

red 223 ◦ green 41 ◦ blue 153

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

Shades of Deep Cerise #DF2999

Tints of Deep Cerise #DF2999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 53.48%
G = 9.83%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF2999 (or 0xDF2999) is known color: Deep Cerise. HEX triplet: DF, 29 and 99. RGB value is (223,41,153). Sum of RGB (Red+Green+Blue) = 223+41+153=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2999 is #20D666. Grayscale: #6B6B6B. Windows color (decimal): -2152039 or 10037727. OLE color: 10037727.

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

Color convert

RGB 223 41 153 -
CMYK 0 0.82 0.31 0.13
HSL 323.08º 0.74% 0.52% -
HSV(B) 323.08º 0.82% 0.87% -
XYZ 36.97 19.57 31.97 -
YUV 108.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 223 41 153 0 0.82 0.31 0.13 323.08 0.74 0.52
Hex DF 29 99 0 52 1F D 143 4A 34
Octal 337 51 231 0 122 37 15 503 112 64
Binary 11011111 101001 10011001 0 1010010 11111 1101 101000011 1001010 110100

Color Harmonies of #DF2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2999

Black with #DF2999

Text Example


Text Example

White with #DF2999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2999; }

 p { color: rgb(223,41,153); }

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

background-color css

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

 a { background-color: rgb(223,41,153); }

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

border-color css

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

 span { border-color: rgb(223,41,153); }

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