Html Css Color HEX #DA5271 Cranberry

📋 copy color: '#DA5271'

red 218 ◦ green 82 ◦ blue 113

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

Shades of Cranberry #DA5271

Tints of Cranberry #DA5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 52.78%
G = 19.85%
B = 27.36%

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

#DA5271 (or 0xDA5271) is known color: Cranberry. HEX triplet: DA, 52 and 71. RGB value is (218,82,113). Sum of RGB (Red+Green+Blue) = 218+82+113=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5271 is #25AD8E. Grayscale: #7E7E7E. Windows color (decimal): -2469263 or 7426778. OLE color: 7426778.

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

Color convert

RGB 218 82 113 -
CMYK 0 0.62 0.48 0.15
HSL 346.32º 0.65% 0.59% -
HSV(B) 346.32º 0.62% 0.85% -
XYZ 34.91 22.13 18.05 -
YUV 126.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 218 82 113 0 0.62 0.48 0.15 346.32 0.65 0.59
Hex DA 52 71 0 3E 30 F 15A 41 3B
Octal 332 122 161 0 76 60 17 532 101 73
Binary 11011010 1010010 1110001 0 111110 110000 1111 101011010 1000001 111011

Color Harmonies of #DA5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5271

Black with #DA5271

Text Example


Text Example

White with #DA5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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