Html Css Color HEX #DB3875 Cerise

📋 copy color: '#DB3875'

red 219 ◦ green 56 ◦ blue 117

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

Shades of Cerise #DB3875

Tints of Cerise #DB3875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 55.87%
G = 14.29%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB3875 (or 0xDB3875) is known color: Cerise. HEX triplet: DB, 38 and 75. RGB value is (219,56,117). Sum of RGB (Red+Green+Blue) = 219+56+117=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3875 is #24C78A. Grayscale: #6F6F6F. Windows color (decimal): -2410379 or 7682267. OLE color: 7682267.

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

Color convert

RGB 219 56 117 -
CMYK 0 0.74 0.47 0.14
HSL 337.55º 0.69% 0.54% -
HSV(B) 337.55º 0.74% 0.86% -
XYZ 33.84 19.17 18.75 -
YUV 111.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 219 56 117 0 0.74 0.47 0.14 337.55 0.69 0.54
Hex DB 38 75 0 4A 2F E 152 45 36
Octal 333 70 165 0 112 57 16 522 105 66
Binary 11011011 111000 1110101 0 1001010 101111 1110 101010010 1000101 110110

Color Harmonies of #DB3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3875

Black with #DB3875

Text Example


Text Example

White with #DB3875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3875; }

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

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

background-color css

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

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

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

border-color css

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

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

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