Html Css Color HEX #DC607C Cranberry

📋 copy color: '#DC607C'

red 220 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #DC607C

Tints of Cranberry #DC607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 50%
G = 21.82%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC607C (or 0xDC607C) is known color: Cranberry. HEX triplet: DC, 60 and 7C. RGB value is (220,96,124). Sum of RGB (Red+Green+Blue) = 220+96+124=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC607C is #239F83. Grayscale: #888888. Windows color (decimal): -2334596 or 8151260. OLE color: 8151260.

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

Color convert

RGB 220 96 124 -
CMYK 0 0.56 0.44 0.14
HSL 346.45º 0.64% 0.62% -
HSV(B) 346.45º 0.56% 0.86% -
XYZ 37.34 25.04 21.93 -
YUV 136.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 220 96 124 0 0.56 0.44 0.14 346.45 0.64 0.62
Hex DC 60 7C 0 38 2C E 15A 40 3E
Octal 334 140 174 0 70 54 16 532 100 76
Binary 11011100 1100000 1111100 0 111000 101100 1110 101011010 1000000 111110

Color Harmonies of #DC607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC607C

Black with #DC607C

Text Example


Text Example

White with #DC607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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