Html Css Color HEX #DA5770 Cranberry

📋 copy color: '#DA5770'

red 218 ◦ green 87 ◦ blue 112

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

Shades of Cranberry #DA5770

Tints of Cranberry #DA5770

RGB

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

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

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

R = 52.28%
G = 20.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA5770 (or 0xDA5770) is known color: Cranberry. HEX triplet: DA, 57 and 70. RGB value is (218,87,112). Sum of RGB (Red+Green+Blue) = 218+87+112=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5770 is #25A88F. Grayscale: #818181. Windows color (decimal): -2467984 or 7362522. OLE color: 7362522.

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

Color convert

RGB 218 87 112 -
CMYK 0 0.60 0.49 0.15
HSL 348.55º 0.64% 0.6% -
HSV(B) 348.55º 0.6% 0.85% -
XYZ 35.25 22.89 17.89 -
YUV 129.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 218 87 112 0 0.60 0.49 0.15 348.55 0.64 0.6
Hex DA 57 70 0 3C 31 F 15D 40 3C
Octal 332 127 160 0 74 61 17 535 100 74
Binary 11011010 1010111 1110000 0 111100 110001 1111 101011101 1000000 111100

Color Harmonies of #DA5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5770

Black with #DA5770

Text Example


Text Example

White with #DA5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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