Html Css Color HEX #DB2D98 Deep Cerise

📋 copy color: '#DB2D98'

red 219 ◦ green 45 ◦ blue 152

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

Shades of Deep Cerise #DB2D98

Tints of Deep Cerise #DB2D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

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

R = 52.64%
G = 10.82%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2D98 (or 0xDB2D98) is known color: Deep Cerise. HEX triplet: DB, 2D and 98. RGB value is (219,45,152). Sum of RGB (Red+Green+Blue) = 219+45+152=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D98 is #24D267. Grayscale: #6C6C6C. Windows color (decimal): -2413160 or 9973211. OLE color: 9973211.

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

Color convert

RGB 219 45 152 -
CMYK 0 0.79 0.31 0.14
HSL 323.1º 0.71% 0.52% -
HSV(B) 323.1º 0.79% 0.86% -
XYZ 35.82 19.2 31.52 -
YUV 109.22 152.15 206.3 -
System Red Green Blue C M Y K H S L
Decimal 219 45 152 0 0.79 0.31 0.14 323.1 0.71 0.52
Hex DB 2D 98 0 4F 1F E 143 47 34
Octal 333 55 230 0 117 37 16 503 107 64
Binary 11011011 101101 10011000 0 1001111 11111 1110 101000011 1000111 110100

Color Harmonies of #DB2D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D98

Black with #DB2D98

Text Example


Text Example

White with #DB2D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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