Html Css Color HEX #DC5A70 Cranberry

📋 copy color: '#DC5A70'

red 220 ◦ green 90 ◦ blue 112

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

Shades of Cranberry #DC5A70

Tints of Cranberry #DC5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 52.13%
G = 21.33%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5A70 (or 0xDC5A70) is known color: Cranberry. HEX triplet: DC, 5A and 70. RGB value is (220,90,112). Sum of RGB (Red+Green+Blue) = 220+90+112=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A70 is #23A58F. Grayscale: #838383. Windows color (decimal): -2336144 or 7363292. OLE color: 7363292.

HSL color Cylindrical-coordinate representation of color #DC5A70: hue angle of 349.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5A70 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 112 -
CMYK 0 0.59 0.49 0.14
HSL 349.85º 0.65% 0.61% -
HSV(B) 349.85º 0.59% 0.86% -
XYZ 36.1 23.7 18 -
YUV 131.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 220 90 112 0 0.59 0.49 0.14 349.85 0.65 0.61
Hex DC 5A 70 0 3B 31 E 15E 41 3D
Octal 334 132 160 0 73 61 16 536 101 75
Binary 11011100 1011010 1110000 0 111011 110001 1110 101011110 1000001 111101

Color Harmonies of #DC5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A70

Black with #DC5A70

Text Example


Text Example

White with #DC5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A70; }

 p { color: rgb(220,90,112); }

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

background-color css

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

 a { background-color: rgb(220,90,112); }

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

border-color css

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

 span { border-color: rgb(220,90,112); }

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