Html Css Color HEX #DA6077 Cranberry

📋 copy color: '#DA6077'

red 218 ◦ green 96 ◦ blue 119

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

Shades of Cranberry #DA6077

Tints of Cranberry #DA6077

RGB

 RED value IS 218 (85.55% from 255) = 50.35%

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

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

R = 50.35%
G = 22.17%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6077 (or 0xDA6077) is known color: Cranberry. HEX triplet: DA, 60 and 77. RGB value is (218,96,119). Sum of RGB (Red+Green+Blue) = 218+96+119=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6077 is #259F88. Grayscale: #878787. Windows color (decimal): -2465673 or 7823578. OLE color: 7823578.

HSL color Cylindrical-coordinate representation of color #DA6077: hue angle of 348.69º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6077 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 119 -
CMYK 0 0.56 0.45 0.15
HSL 348.69º 0.62% 0.62% -
HSV(B) 348.69º 0.56% 0.85% -
XYZ 36.43 24.6 20.28 -
YUV 135.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 218 96 119 0 0.56 0.45 0.15 348.69 0.62 0.62
Hex DA 60 77 0 38 2D F 15D 3E 3E
Octal 332 140 167 0 70 55 17 535 76 76
Binary 11011010 1100000 1110111 0 111000 101101 1111 101011101 111110 111110

Color Harmonies of #DA6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6077

Black with #DA6077

Text Example


Text Example

White with #DA6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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