Html Css Color HEX #DB4E77 Cranberry

📋 copy color: '#DB4E77'

red 219 ◦ green 78 ◦ blue 119

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

Shades of Cranberry #DB4E77

Tints of Cranberry #DB4E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.61%

R = 52.64%
G = 18.75%
B = 28.61%

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

#DB4E77 (or 0xDB4E77) is known color: Cranberry. HEX triplet: DB, 4E and 77. RGB value is (219,78,119). Sum of RGB (Red+Green+Blue) = 219+78+119=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4E77 is #24B188. Grayscale: #7C7C7C. Windows color (decimal): -2404745 or 7818971. OLE color: 7818971.

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

Color convert

RGB 219 78 119 -
CMYK 0 0.64 0.46 0.14
HSL 342.55º 0.66% 0.58% -
HSV(B) 342.55º 0.64% 0.86% -
XYZ 35.27 21.84 19.81 -
YUV 124.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 219 78 119 0 0.64 0.46 0.14 342.55 0.66 0.58
Hex DB 4E 77 0 40 2E E 157 42 3A
Octal 333 116 167 0 100 56 16 527 102 72
Binary 11011011 1001110 1110111 0 1000000 101110 1110 101010111 1000010 111010

Color Harmonies of #DB4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E77

Black with #DB4E77

Text Example


Text Example

White with #DB4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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