Html Css Color HEX #DB348F Deep Cerise

📋 copy color: '#DB348F'

red 219 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #DB348F

Tints of Deep Cerise #DB348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 52.9%
G = 12.56%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB348F (or 0xDB348F) is known color: Deep Cerise. HEX triplet: DB, 34 and 8F. RGB value is (219,52,143). Sum of RGB (Red+Green+Blue) = 219+52+143=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348F is #24CB70. Grayscale: #707070. Windows color (decimal): -2411377 or 9385179. OLE color: 9385179.

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

Color convert

RGB 219 52 143 -
CMYK 0 0.76 0.35 0.14
HSL 327.31º 0.7% 0.53% -
HSV(B) 327.31º 0.76% 0.86% -
XYZ 35.4 19.5 27.88 -
YUV 112.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 219 52 143 0 0.76 0.35 0.14 327.31 0.7 0.53
Hex DB 34 8F 0 4C 23 E 147 46 35
Octal 333 64 217 0 114 43 16 507 106 65
Binary 11011011 110100 10001111 0 1001100 100011 1110 101000111 1000110 110101

Color Harmonies of #DB348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB348F

Black with #DB348F

Text Example


Text Example

White with #DB348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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