Html Css Color HEX #DB3874 Cerise

📋 copy color: '#DB3874'

red 219 ◦ green 56 ◦ blue 116

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

Shades of Cerise #DB3874

Tints of Cerise #DB3874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 56.01%
G = 14.32%
B = 29.67%

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

#DB3874 (or 0xDB3874) is known color: Cerise. HEX triplet: DB, 38 and 74. RGB value is (219,56,116). Sum of RGB (Red+Green+Blue) = 219+56+116=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3874 is #24C78B. Grayscale: #6F6F6F. Windows color (decimal): -2410380 or 7616731. OLE color: 7616731.

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

Color convert

RGB 219 56 116 -
CMYK 0 0.74 0.47 0.14
HSL 337.91º 0.69% 0.54% -
HSV(B) 337.91º 0.74% 0.86% -
XYZ 33.78 19.15 18.44 -
YUV 111.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 219 56 116 0 0.74 0.47 0.14 337.91 0.69 0.54
Hex DB 38 74 0 4A 2F E 152 45 36
Octal 333 70 164 0 112 57 16 522 105 66
Binary 11011011 111000 1110100 0 1001010 101111 1110 101010010 1000101 110110

Color Harmonies of #DB3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3874

Black with #DB3874

Text Example


Text Example

White with #DB3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3874; }

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

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

background-color css

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

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

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

border-color css

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

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

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