Html Css Color HEX #DA5573 Cranberry

📋 copy color: '#DA5573'

red 218 ◦ green 85 ◦ blue 115

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

Shades of Cranberry #DA5573

Tints of Cranberry #DA5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 52.15%
G = 20.33%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5573 (or 0xDA5573) is known color: Cranberry. HEX triplet: DA, 55 and 73. RGB value is (218,85,115). Sum of RGB (Red+Green+Blue) = 218+85+115=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5573 is #25AA8C. Grayscale: #808080. Windows color (decimal): -2468493 or 7558618. OLE color: 7558618.

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

Color convert

RGB 218 85 115 -
CMYK 0 0.61 0.47 0.15
HSL 346.47º 0.64% 0.59% -
HSV(B) 346.47º 0.61% 0.85% -
XYZ 35.26 22.64 18.73 -
YUV 128.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 218 85 115 0 0.61 0.47 0.15 346.47 0.64 0.59
Hex DA 55 73 0 3D 2F F 15A 40 3B
Octal 332 125 163 0 75 57 17 532 100 73
Binary 11011010 1010101 1110011 0 111101 101111 1111 101011010 1000000 111011

Color Harmonies of #DA5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5573

Black with #DA5573

Text Example


Text Example

White with #DA5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5573; }

 p { color: rgb(218,85,115); }

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

background-color css

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

 a { background-color: rgb(218,85,115); }

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

border-color css

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

 span { border-color: rgb(218,85,115); }

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