Html Css Color HEX #DB3698 Deep Cerise

📋 copy color: '#DB3698'

red 219 ◦ green 54 ◦ blue 152

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

Shades of Deep Cerise #DB3698

Tints of Deep Cerise #DB3698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.71%

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

R = 51.53%
G = 12.71%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3698 (or 0xDB3698) is known color: Deep Cerise. HEX triplet: DB, 36 and 98. RGB value is (219,54,152). Sum of RGB (Red+Green+Blue) = 219+54+152=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3698 is #24C967. Grayscale: #727272. Windows color (decimal): -2410856 or 9975515. OLE color: 9975515.

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

Color convert

RGB 219 54 152 -
CMYK 0 0.75 0.31 0.14
HSL 324.36º 0.7% 0.54% -
HSV(B) 324.36º 0.75% 0.86% -
XYZ 36.2 19.97 31.65 -
YUV 114.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 219 54 152 0 0.75 0.31 0.14 324.36 0.7 0.54
Hex DB 36 98 0 4B 1F E 144 46 36
Octal 333 66 230 0 113 37 16 504 106 66
Binary 11011011 110110 10011000 0 1001011 11111 1110 101000100 1000110 110110

Color Harmonies of #DB3698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3698

Black with #DB3698

Text Example


Text Example

White with #DB3698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3698; }

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

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

background-color css

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

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

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

border-color css

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

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

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