Html Css Color HEX #DB349F Deep Cerise

📋 copy color: '#DB349F'

red 219 ◦ green 52 ◦ blue 159

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

Shades of Deep Cerise #DB349F

Tints of Deep Cerise #DB349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 50.93%
G = 12.09%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB349F (or 0xDB349F) is known color: Deep Cerise. HEX triplet: DB, 34 and 9F. RGB value is (219,52,159). Sum of RGB (Red+Green+Blue) = 219+52+159=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB349F is #24CB60. Grayscale: #717171. Windows color (decimal): -2411361 or 10433755. OLE color: 10433755.

HSL color Cylindrical-coordinate representation of color #DB349F: hue angle of 321.56º 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 #DB349F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 159 -
CMYK 0 0.76 0.27 0.14
HSL 321.56º 0.7% 0.53% -
HSV(B) 321.56º 0.76% 0.86% -
XYZ 36.7 20.02 34.73 -
YUV 114.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 219 52 159 0 0.76 0.27 0.14 321.56 0.7 0.53
Hex DB 34 9F 0 4C 1B E 142 46 35
Octal 333 64 237 0 114 33 16 502 106 65
Binary 11011011 110100 10011111 0 1001100 11011 1110 101000010 1000110 110101

Color Harmonies of #DB349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB349F

Black with #DB349F

Text Example


Text Example

White with #DB349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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