Html Css Color HEX #DA5173 Cranberry

📋 copy color: '#DA5173'

red 218 ◦ green 81 ◦ blue 115

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

Shades of Cranberry #DA5173

Tints of Cranberry #DA5173

RGB

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

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

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

R = 52.66%
G = 19.57%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA5173 (or 0xDA5173) is known color: Cranberry. HEX triplet: DA, 51 and 73. RGB value is (218,81,115). Sum of RGB (Red+Green+Blue) = 218+81+115=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5173 is #25AE8C. Grayscale: #7D7D7D. Windows color (decimal): -2469517 or 7557594. OLE color: 7557594.

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

Color convert

RGB 218 81 115 -
CMYK 0 0.63 0.47 0.15
HSL 345.11º 0.65% 0.59% -
HSV(B) 345.11º 0.63% 0.85% -
XYZ 34.95 22.03 18.63 -
YUV 125.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 218 81 115 0 0.63 0.47 0.15 345.11 0.65 0.59
Hex DA 51 73 0 3F 2F F 159 41 3B
Octal 332 121 163 0 77 57 17 531 101 73
Binary 11011010 1010001 1110011 0 111111 101111 1111 101011001 1000001 111011

Color Harmonies of #DA5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5173

Black with #DA5173

Text Example


Text Example

White with #DA5173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5173; }

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

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

background-color css

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

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

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

border-color css

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

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

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