Html Css Color HEX #DB4E76 Cranberry

📋 copy color: '#DB4E76'

red 219 ◦ green 78 ◦ blue 118

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

Shades of Cranberry #DB4E76

Tints of Cranberry #DB4E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

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

R = 52.77%
G = 18.8%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB4E76 (or 0xDB4E76) is known color: Cranberry. HEX triplet: DB, 4E and 76. RGB value is (219,78,118). Sum of RGB (Red+Green+Blue) = 219+78+118=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E76 is #24B189. Grayscale: #7C7C7C. Windows color (decimal): -2404746 or 7753435. OLE color: 7753435.

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

Color convert

RGB 219 78 118 -
CMYK 0 0.64 0.46 0.14
HSL 342.98º 0.66% 0.58% -
HSV(B) 342.98º 0.64% 0.86% -
XYZ 35.21 21.82 19.49 -
YUV 124.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 219 78 118 0 0.64 0.46 0.14 342.98 0.66 0.58
Hex DB 4E 76 0 40 2E E 157 42 3A
Octal 333 116 166 0 100 56 16 527 102 72
Binary 11011011 1001110 1110110 0 1000000 101110 1110 101010111 1000010 111010

Color Harmonies of #DB4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E76

Black with #DB4E76

Text Example


Text Example

White with #DB4E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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