Html Css Color HEX #DC577D Cranberry

📋 copy color: '#DC577D'

red 220 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #DC577D

Tints of Cranberry #DC577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.14%

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

R = 50.93%
G = 20.14%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC577D (or 0xDC577D) is known color: Cranberry. HEX triplet: DC, 57 and 7D. RGB value is (220,87,125). Sum of RGB (Red+Green+Blue) = 220+87+125=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC577D is #23A882. Grayscale: #838383. Windows color (decimal): -2336899 or 8214492. OLE color: 8214492.

HSL color Cylindrical-coordinate representation of color #DC577D: hue angle of 342.86º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC577D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 125 -
CMYK 0 0.60 0.43 0.14
HSL 342.86º 0.66% 0.6% -
HSV(B) 342.86º 0.6% 0.86% -
XYZ 36.63 23.51 22.01 -
YUV 131.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 220 87 125 0 0.60 0.43 0.14 342.86 0.66 0.6
Hex DC 57 7D 0 3C 2B E 157 42 3C
Octal 334 127 175 0 74 53 16 527 102 74
Binary 11011100 1010111 1111101 0 111100 101011 1110 101010111 1000010 111100

Color Harmonies of #DC577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC577D

Black with #DC577D

Text Example


Text Example

White with #DC577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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