Html Css Color HEX #DB348C Deep Cerise

📋 copy color: '#DB348C'

red 219 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #DB348C

Tints of Deep Cerise #DB348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 53.28%
G = 12.65%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB348C (or 0xDB348C) is known color: Deep Cerise. HEX triplet: DB, 34 and 8C. RGB value is (219,52,140). Sum of RGB (Red+Green+Blue) = 219+52+140=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348C is #24CB73. Grayscale: #6F6F6F. Windows color (decimal): -2411380 or 9188571. OLE color: 9188571.

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

Color convert

RGB 219 52 140 -
CMYK 0 0.76 0.36 0.14
HSL 328.38º 0.7% 0.53% -
HSV(B) 328.38º 0.76% 0.86% -
XYZ 35.18 19.41 26.7 -
YUV 111.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 219 52 140 0 0.76 0.36 0.14 328.38 0.7 0.53
Hex DB 34 8C 0 4C 24 E 148 46 35
Octal 333 64 214 0 114 44 16 510 106 65
Binary 11011011 110100 10001100 0 1001100 100100 1110 101001000 1000110 110101

Color Harmonies of #DB348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB348C

Black with #DB348C

Text Example


Text Example

White with #DB348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB348C; }

 p { color: rgb(219,52,140); }

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

background-color css

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

 a { background-color: rgb(219,52,140); }

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

border-color css

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

 span { border-color: rgb(219,52,140); }

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