Html Css Color HEX #DC577A Cranberry

📋 copy color: '#DC577A'

red 220 ◦ green 87 ◦ blue 122

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

Shades of Cranberry #DC577A

Tints of Cranberry #DC577A

RGB

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

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

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

R = 51.28%
G = 20.28%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC577A (or 0xDC577A) is known color: Cranberry. HEX triplet: DC, 57 and 7A. RGB value is (220,87,122). Sum of RGB (Red+Green+Blue) = 220+87+122=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC577A is #23A885. Grayscale: #828282. Windows color (decimal): -2336902 or 8017884. OLE color: 8017884.

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

Color convert

RGB 220 87 122 -
CMYK 0 0.60 0.45 0.14
HSL 344.21º 0.66% 0.6% -
HSV(B) 344.21º 0.6% 0.86% -
XYZ 36.44 23.44 21.02 -
YUV 130.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 220 87 122 0 0.60 0.45 0.14 344.21 0.66 0.6
Hex DC 57 7A 0 3C 2D E 158 42 3C
Octal 334 127 172 0 74 55 16 530 102 74
Binary 11011100 1010111 1111010 0 111100 101101 1110 101011000 1000010 111100

Color Harmonies of #DC577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC577A

Black with #DC577A

Text Example


Text Example

White with #DC577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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