Html Css Color HEX #DC6077 Cranberry

📋 copy color: '#DC6077'

red 220 ◦ green 96 ◦ blue 119

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

Shades of Cranberry #DC6077

Tints of Cranberry #DC6077

RGB

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

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

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

R = 50.57%
G = 22.07%
B = 27.36%

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

#DC6077 (or 0xDC6077) is known color: Cranberry. HEX triplet: DC, 60 and 77. RGB value is (220,96,119). Sum of RGB (Red+Green+Blue) = 220+96+119=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6077 is #239F88. Grayscale: #878787. Windows color (decimal): -2334601 or 7823580. OLE color: 7823580.

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

Color convert

RGB 220 96 119 -
CMYK 0 0.56 0.46 0.14
HSL 348.87º 0.64% 0.62% -
HSV(B) 348.87º 0.56% 0.86% -
XYZ 37.03 24.91 20.31 -
YUV 135.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 220 96 119 0 0.56 0.46 0.14 348.87 0.64 0.62
Hex DC 60 77 0 38 2E E 15D 40 3E
Octal 334 140 167 0 70 56 16 535 100 76
Binary 11011100 1100000 1110111 0 111000 101110 1110 101011101 1000000 111110

Color Harmonies of #DC6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6077

Black with #DC6077

Text Example


Text Example

White with #DC6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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