Html Css Color HEX #DC607D Cranberry

📋 copy color: '#DC607D'

red 220 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #DC607D

Tints of Cranberry #DC607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 49.89%
G = 21.77%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC607D (or 0xDC607D) is known color: Cranberry. HEX triplet: DC, 60 and 7D. RGB value is (220,96,125). Sum of RGB (Red+Green+Blue) = 220+96+125=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC607D is #239F82. Grayscale: #888888. Windows color (decimal): -2334595 or 8216796. OLE color: 8216796.

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

Color convert

RGB 220 96 125 -
CMYK 0 0.56 0.43 0.14
HSL 345.97º 0.64% 0.62% -
HSV(B) 345.97º 0.56% 0.86% -
XYZ 37.4 25.06 22.27 -
YUV 136.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 220 96 125 0 0.56 0.43 0.14 345.97 0.64 0.62
Hex DC 60 7D 0 38 2B E 15A 40 3E
Octal 334 140 175 0 70 53 16 532 100 76
Binary 11011100 1100000 1111101 0 111000 101011 1110 101011010 1000000 111110

Color Harmonies of #DC607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC607D

Black with #DC607D

Text Example


Text Example

White with #DC607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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