Html Css Color HEX #DC6079 Cranberry

📋 copy color: '#DC6079'

red 220 ◦ green 96 ◦ blue 121

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

Shades of Cranberry #DC6079

Tints of Cranberry #DC6079

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

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

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

R = 50.34%
G = 21.97%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC6079 (or 0xDC6079) is known color: Cranberry. HEX triplet: DC, 60 and 79. RGB value is (220,96,121). Sum of RGB (Red+Green+Blue) = 220+96+121=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6079 is #239F86. Grayscale: #878787. Windows color (decimal): -2334599 or 7954652. OLE color: 7954652.

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

Color convert

RGB 220 96 121 -
CMYK 0 0.56 0.45 0.14
HSL 347.9º 0.64% 0.62% -
HSV(B) 347.9º 0.56% 0.86% -
XYZ 37.15 24.96 20.95 -
YUV 135.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 220 96 121 0 0.56 0.45 0.14 347.9 0.64 0.62
Hex DC 60 79 0 38 2D E 15C 40 3E
Octal 334 140 171 0 70 55 16 534 100 76
Binary 11011100 1100000 1111001 0 111000 101101 1110 101011100 1000000 111110

Color Harmonies of #DC6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6079

Black with #DC6079

Text Example


Text Example

White with #DC6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6079; }

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

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

background-color css

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

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

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

border-color css

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

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

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