Html Css Color HEX #DB5E76 Cranberry

📋 copy color: '#DB5E76'

red 219 ◦ green 94 ◦ blue 118

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

Shades of Cranberry #DB5E76

Tints of Cranberry #DB5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 50.81%
G = 21.81%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB5E76 (or 0xDB5E76) is known color: Cranberry. HEX triplet: DB, 5E and 76. RGB value is (219,94,118). Sum of RGB (Red+Green+Blue) = 219+94+118=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E76 is #24A189. Grayscale: #868686. Windows color (decimal): -2400650 or 7757531. OLE color: 7757531.

HSL color Cylindrical-coordinate representation of color #DB5E76: hue angle of 348.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E76 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 94 118 -
CMYK 0 0.57 0.46 0.14
HSL 348.48º 0.63% 0.61% -
HSV(B) 348.48º 0.57% 0.86% -
XYZ 36.49 24.37 19.92 -
YUV 134.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 219 94 118 0 0.57 0.46 0.14 348.48 0.63 0.61
Hex DB 5E 76 0 39 2E E 15C 3F 3D
Octal 333 136 166 0 71 56 16 534 77 75
Binary 11011011 1011110 1110110 0 111001 101110 1110 101011100 111111 111101

Color Harmonies of #DB5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E76

Black with #DB5E76

Text Example


Text Example

White with #DB5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E76; }

 p { color: rgb(219,94,118); }

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

background-color css

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

 a { background-color: rgb(219,94,118); }

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

border-color css

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

 span { border-color: rgb(219,94,118); }

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