Html Css Color HEX #DB3C98 Deep Cerise

📋 copy color: '#DB3C98'

red 219 ◦ green 60 ◦ blue 152

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

Shades of Deep Cerise #DB3C98

Tints of Deep Cerise #DB3C98

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

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

R = 50.81%
G = 13.92%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3C98 (or 0xDB3C98) is known color: Deep Cerise. HEX triplet: DB, 3C and 98. RGB value is (219,60,152). Sum of RGB (Red+Green+Blue) = 219+60+152=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3C98 is #24C367. Grayscale: #757575. Windows color (decimal): -2409320 or 9977051. OLE color: 9977051.

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

Color convert

RGB 219 60 152 -
CMYK 0 0.73 0.31 0.14
HSL 325.28º 0.69% 0.55% -
HSV(B) 325.28º 0.73% 0.86% -
XYZ 36.5 20.56 31.75 -
YUV 118.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 219 60 152 0 0.73 0.31 0.14 325.28 0.69 0.55
Hex DB 3C 98 0 49 1F E 145 45 37
Octal 333 74 230 0 111 37 16 505 105 67
Binary 11011011 111100 10011000 0 1001001 11111 1110 101000101 1000101 110111

Color Harmonies of #DB3C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C98

Black with #DB3C98

Text Example


Text Example

White with #DB3C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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