Html Css Color HEX #DF2998 Deep Cerise

📋 copy color: '#DF2998'

red 223 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #DF2998

Tints of Deep Cerise #DF2998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 53.61%
G = 9.86%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF2998 (or 0xDF2998) is known color: Deep Cerise. HEX triplet: DF, 29 and 98. RGB value is (223,41,152). Sum of RGB (Red+Green+Blue) = 223+41+152=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2998 is #20D667. Grayscale: #6B6B6B. Windows color (decimal): -2152040 or 9972191. OLE color: 9972191.

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

Color convert

RGB 223 41 152 -
CMYK 0 0.82 0.32 0.13
HSL 323.41º 0.74% 0.52% -
HSV(B) 323.41º 0.82% 0.87% -
XYZ 36.89 19.54 31.53 -
YUV 108.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 223 41 152 0 0.82 0.32 0.13 323.41 0.74 0.52
Hex DF 29 98 0 52 20 D 143 4A 34
Octal 337 51 230 0 122 40 15 503 112 64
Binary 11011111 101001 10011000 0 1010010 100000 1101 101000011 1001010 110100

Color Harmonies of #DF2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2998

Black with #DF2998

Text Example


Text Example

White with #DF2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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