Html Css Color HEX #DC607A Cranberry

📋 copy color: '#DC607A'

red 220 ◦ green 96 ◦ blue 122

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

Shades of Cranberry #DC607A

Tints of Cranberry #DC607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 50.23%
G = 21.92%
B = 27.85%

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

#DC607A (or 0xDC607A) is known color: Cranberry. HEX triplet: DC, 60 and 7A. RGB value is (220,96,122). Sum of RGB (Red+Green+Blue) = 220+96+122=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC607A is #239F85. Grayscale: #888888. Windows color (decimal): -2334598 or 8020188. OLE color: 8020188.

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

Color convert

RGB 220 96 122 -
CMYK 0 0.56 0.45 0.14
HSL 347.42º 0.64% 0.62% -
HSV(B) 347.42º 0.56% 0.86% -
XYZ 37.21 24.99 21.27 -
YUV 136.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 220 96 122 0 0.56 0.45 0.14 347.42 0.64 0.62
Hex DC 60 7A 0 38 2D E 15B 40 3E
Octal 334 140 172 0 70 55 16 533 100 76
Binary 11011100 1100000 1111010 0 111000 101101 1110 101011011 1000000 111110

Color Harmonies of #DC607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC607A

Black with #DC607A

Text Example


Text Example

White with #DC607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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