Html Css Color HEX #DA6079 Cranberry

📋 copy color: '#DA6079'

red 218 ◦ green 96 ◦ blue 121

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

Shades of Cranberry #DA6079

Tints of Cranberry #DA6079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.82%

R = 50.11%
G = 22.07%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA6079 (or 0xDA6079) is known color: Cranberry. HEX triplet: DA, 60 and 79. RGB value is (218,96,121). Sum of RGB (Red+Green+Blue) = 218+96+121=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6079 is #259F86. Grayscale: #878787. Windows color (decimal): -2465671 or 7954650. OLE color: 7954650.

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

Color convert

RGB 218 96 121 -
CMYK 0 0.56 0.44 0.15
HSL 347.7º 0.62% 0.62% -
HSV(B) 347.7º 0.56% 0.85% -
XYZ 36.55 24.65 20.92 -
YUV 135.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 218 96 121 0 0.56 0.44 0.15 347.7 0.62 0.62
Hex DA 60 79 0 38 2C F 15C 3E 3E
Octal 332 140 171 0 70 54 17 534 76 76
Binary 11011010 1100000 1111001 0 111000 101100 1111 101011100 111110 111110

Color Harmonies of #DA6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6079

Black with #DA6079

Text Example


Text Example

White with #DA6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6079; }

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

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

background-color css

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

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

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

border-color css

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

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

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