Html Css Color HEX #DB2C98 Deep Cerise

📋 copy color: '#DB2C98'

red 219 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #DB2C98

Tints of Deep Cerise #DB2C98

RGB

 RED value IS 219 (85.94% from 255) = 52.77%

 GREEN value IS 44 (17.58% from 255) = 10.6%

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

R = 52.77%
G = 10.6%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2C98 (or 0xDB2C98) is known color: Deep Cerise. HEX triplet: DB, 2C and 98. RGB value is (219,44,152). Sum of RGB (Red+Green+Blue) = 219+44+152=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2C98 is #24D367. Grayscale: #6C6C6C. Windows color (decimal): -2413416 or 9972955. OLE color: 9972955.

HSL color Cylindrical-coordinate representation of color #DB2C98: hue angle of 322.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C98 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 152 -
CMYK 0 0.80 0.31 0.14
HSL 322.97º 0.71% 0.52% -
HSV(B) 322.97º 0.8% 0.86% -
XYZ 35.78 19.13 31.51 -
YUV 108.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 219 44 152 0 0.80 0.31 0.14 322.97 0.71 0.52
Hex DB 2C 98 0 50 1F E 143 47 34
Octal 333 54 230 0 120 37 16 503 107 64
Binary 11011011 101100 10011000 0 1010000 11111 1110 101000011 1000111 110100

Color Harmonies of #DB2C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C98

Black with #DB2C98

Text Example


Text Example

White with #DB2C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C98; }

 p { color: rgb(219,44,152); }

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

background-color css

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

 a { background-color: rgb(219,44,152); }

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

border-color css

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

 span { border-color: rgb(219,44,152); }

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