Html Css Color HEX #DA5473 Cranberry

📋 copy color: '#DA5473'

red 218 ◦ green 84 ◦ blue 115

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

Shades of Cranberry #DA5473

Tints of Cranberry #DA5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

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

R = 52.28%
G = 20.14%
B = 27.58%

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

#DA5473 (or 0xDA5473) is known color: Cranberry. HEX triplet: DA, 54 and 73. RGB value is (218,84,115). Sum of RGB (Red+Green+Blue) = 218+84+115=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5473 is #25AB8C. Grayscale: #7F7F7F. Windows color (decimal): -2468749 or 7558362. OLE color: 7558362.

HSL color Cylindrical-coordinate representation of color #DA5473: hue angle of 346.12º 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 #DA5473 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 84 115 -
CMYK 0 0.61 0.47 0.15
HSL 346.12º 0.64% 0.59% -
HSV(B) 346.12º 0.61% 0.85% -
XYZ 35.18 22.48 18.71 -
YUV 127.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 218 84 115 0 0.61 0.47 0.15 346.12 0.64 0.59
Hex DA 54 73 0 3D 2F F 15A 40 3B
Octal 332 124 163 0 75 57 17 532 100 73
Binary 11011010 1010100 1110011 0 111101 101111 1111 101011010 1000000 111011

Color Harmonies of #DA5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5473

Black with #DA5473

Text Example


Text Example

White with #DA5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5473; }

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

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

background-color css

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

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

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

border-color css

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

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

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