Html Css Color HEX #DA5170 Cranberry

📋 copy color: '#DA5170'

red 218 ◦ green 81 ◦ blue 112

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

Shades of Cranberry #DA5170

Tints of Cranberry #DA5170

RGB

 RED value IS 218 (85.55% from 255) = 53.04%

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 53.04%
G = 19.71%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5170 (or 0xDA5170) is known color: Cranberry. HEX triplet: DA, 51 and 70. RGB value is (218,81,112). Sum of RGB (Red+Green+Blue) = 218+81+112=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5170 is #25AE8F. Grayscale: #7D7D7D. Windows color (decimal): -2469520 or 7360986. OLE color: 7360986.

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

Color convert

RGB 218 81 112 -
CMYK 0 0.63 0.49 0.15
HSL 346.42º 0.65% 0.59% -
HSV(B) 346.42º 0.63% 0.85% -
XYZ 34.78 21.96 17.73 -
YUV 125.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 218 81 112 0 0.63 0.49 0.15 346.42 0.65 0.59
Hex DA 51 70 0 3F 31 F 15A 41 3B
Octal 332 121 160 0 77 61 17 532 101 73
Binary 11011010 1010001 1110000 0 111111 110001 1111 101011010 1000001 111011

Color Harmonies of #DA5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5170

Black with #DA5170

Text Example


Text Example

White with #DA5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5170; }

 p { color: rgb(218,81,112); }

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

background-color css

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

 a { background-color: rgb(218,81,112); }

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

border-color css

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

 span { border-color: rgb(218,81,112); }

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