Html Css Color HEX #DB3858 Cerise

📋 copy color: '#DB3858'

red 219 ◦ green 56 ◦ blue 88

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

Shades of Cerise #DB3858

Tints of Cerise #DB3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 60.33%
G = 15.43%
B = 24.24%

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

#DB3858 (or 0xDB3858) is known color: Cerise. HEX triplet: DB, 38 and 58. RGB value is (219,56,88). Sum of RGB (Red+Green+Blue) = 219+56+88=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3858 is #24C7A7. Grayscale: #6C6C6C. Windows color (decimal): -2410408 or 5781723. OLE color: 5781723.

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

Color convert

RGB 219 56 88 -
CMYK 0 0.74 0.60 0.14
HSL 348.22º 0.69% 0.54% -
HSV(B) 348.22º 0.74% 0.86% -
XYZ 32.39 18.59 11.11 -
YUV 108.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 219 56 88 0 0.74 0.60 0.14 348.22 0.69 0.54
Hex DB 38 58 0 4A 3C E 15C 45 36
Octal 333 70 130 0 112 74 16 534 105 66
Binary 11011011 111000 1011000 0 1001010 111100 1110 101011100 1000101 110110

Color Harmonies of #DB3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3858

Black with #DB3858

Text Example


Text Example

White with #DB3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3858; }

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

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

background-color css

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

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

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

border-color css

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

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

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