Html Css Color HEX #DB3A58 Cerise

📋 copy color: '#DB3A58'

red 219 ◦ green 58 ◦ blue 88

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

Shades of Cerise #DB3A58

Tints of Cerise #DB3A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 60%
G = 15.89%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB3A58 (or 0xDB3A58) is known color: Cerise. HEX triplet: DB, 3A and 58. RGB value is (219,58,88). Sum of RGB (Red+Green+Blue) = 219+58+88=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A58 is #24C5A7. Grayscale: #6D6D6D. Windows color (decimal): -2409896 or 5782235. OLE color: 5782235.

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

Color convert

RGB 219 58 88 -
CMYK 0 0.74 0.60 0.14
HSL 348.82º 0.69% 0.54% -
HSV(B) 348.82º 0.74% 0.86% -
XYZ 32.49 18.79 11.15 -
YUV 109.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 219 58 88 0 0.74 0.60 0.14 348.82 0.69 0.54
Hex DB 3A 58 0 4A 3C E 15D 45 36
Octal 333 72 130 0 112 74 16 535 105 66
Binary 11011011 111010 1011000 0 1001010 111100 1110 101011101 1000101 110110

Color Harmonies of #DB3A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A58

Black with #DB3A58

Text Example


Text Example

White with #DB3A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A58; }

 p { color: rgb(219,58,88); }

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

background-color css

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

 a { background-color: rgb(219,58,88); }

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

border-color css

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

 span { border-color: rgb(219,58,88); }

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