Html Css Color HEX #DB6077 Cranberry

📋 copy color: '#DB6077'

red 219 ◦ green 96 ◦ blue 119

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

Shades of Cranberry #DB6077

Tints of Cranberry #DB6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 50.46%
G = 22.12%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB6077 (or 0xDB6077) is known color: Cranberry. HEX triplet: DB, 60 and 77. RGB value is (219,96,119). Sum of RGB (Red+Green+Blue) = 219+96+119=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6077 is #249F88. Grayscale: #878787. Windows color (decimal): -2400137 or 7823579. OLE color: 7823579.

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

Color convert

RGB 219 96 119 -
CMYK 0 0.56 0.46 0.14
HSL 348.78º 0.63% 0.62% -
HSV(B) 348.78º 0.56% 0.86% -
XYZ 36.73 24.76 20.3 -
YUV 135.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 219 96 119 0 0.56 0.46 0.14 348.78 0.63 0.62
Hex DB 60 77 0 38 2E E 15D 3F 3E
Octal 333 140 167 0 70 56 16 535 77 76
Binary 11011011 1100000 1110111 0 111000 101110 1110 101011101 111111 111110

Color Harmonies of #DB6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6077

Black with #DB6077

Text Example


Text Example

White with #DB6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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