Html Css Color HEX #DA6076 Cranberry

📋 copy color: '#DA6076'

red 218 ◦ green 96 ◦ blue 118

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

Shades of Cranberry #DA6076

Tints of Cranberry #DA6076

RGB

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

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

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

R = 50.46%
G = 22.22%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6076 (or 0xDA6076) is known color: Cranberry. HEX triplet: DA, 60 and 76. RGB value is (218,96,118). Sum of RGB (Red+Green+Blue) = 218+96+118=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6076 is #259F89. Grayscale: #878787. Windows color (decimal): -2465674 or 7758042. OLE color: 7758042.

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

Color convert

RGB 218 96 118 -
CMYK 0 0.56 0.46 0.15
HSL 349.18º 0.62% 0.62% -
HSV(B) 349.18º 0.56% 0.85% -
XYZ 36.37 24.58 19.97 -
YUV 134.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 218 96 118 0 0.56 0.46 0.15 349.18 0.62 0.62
Hex DA 60 76 0 38 2E F 15D 3E 3E
Octal 332 140 166 0 70 56 17 535 76 76
Binary 11011010 1100000 1110110 0 111000 101110 1111 101011101 111110 111110

Color Harmonies of #DA6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6076

Black with #DA6076

Text Example


Text Example

White with #DA6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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