Html Css Color HEX #DA5371 Cranberry

📋 copy color: '#DA5371'

red 218 ◦ green 83 ◦ blue 113

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

Shades of Cranberry #DA5371

Tints of Cranberry #DA5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 52.66%
G = 20.05%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA5371 (or 0xDA5371) is known color: Cranberry. HEX triplet: DA, 53 and 71. RGB value is (218,83,113). Sum of RGB (Red+Green+Blue) = 218+83+113=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5371 is #25AC8E. Grayscale: #7E7E7E. Windows color (decimal): -2469007 or 7427034. OLE color: 7427034.

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

Color convert

RGB 218 83 113 -
CMYK 0 0.62 0.48 0.15
HSL 346.67º 0.65% 0.59% -
HSV(B) 346.67º 0.62% 0.85% -
XYZ 34.99 22.28 18.08 -
YUV 126.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 218 83 113 0 0.62 0.48 0.15 346.67 0.65 0.59
Hex DA 53 71 0 3E 30 F 15B 41 3B
Octal 332 123 161 0 76 60 17 533 101 73
Binary 11011010 1010011 1110001 0 111110 110000 1111 101011011 1000001 111011

Color Harmonies of #DA5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5371

Black with #DA5371

Text Example


Text Example

White with #DA5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5371; }

 p { color: rgb(218,83,113); }

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

background-color css

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

 a { background-color: rgb(218,83,113); }

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

border-color css

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

 span { border-color: rgb(218,83,113); }

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