Html Css Color HEX #DC6078 Cranberry

📋 copy color: '#DC6078'

red 220 ◦ green 96 ◦ blue 120

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

Shades of Cranberry #DC6078

Tints of Cranberry #DC6078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 50.46%
G = 22.02%
B = 27.52%

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

#DC6078 (or 0xDC6078) is known color: Cranberry. HEX triplet: DC, 60 and 78. RGB value is (220,96,120). Sum of RGB (Red+Green+Blue) = 220+96+120=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6078 is #239F87. Grayscale: #878787. Windows color (decimal): -2334600 or 7889116. OLE color: 7889116.

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

Color convert

RGB 220 96 120 -
CMYK 0 0.56 0.45 0.14
HSL 348.39º 0.64% 0.62% -
HSV(B) 348.39º 0.56% 0.86% -
XYZ 37.09 24.94 20.63 -
YUV 135.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 220 96 120 0 0.56 0.45 0.14 348.39 0.64 0.62
Hex DC 60 78 0 38 2D E 15C 40 3E
Octal 334 140 170 0 70 55 16 534 100 76
Binary 11011100 1100000 1111000 0 111000 101101 1110 101011100 1000000 111110

Color Harmonies of #DC6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6078

Black with #DC6078

Text Example


Text Example

White with #DC6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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