Html Css Color HEX #DA5287 Cranberry

📋 copy color: '#DA5287'

red 218 ◦ green 82 ◦ blue 135

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

Shades of Cranberry #DA5287

Tints of Cranberry #DA5287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 50.11%
G = 18.85%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5287 (or 0xDA5287) is known color: Cranberry. HEX triplet: DA, 52 and 87. RGB value is (218,82,135). Sum of RGB (Red+Green+Blue) = 218+82+135=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5287 is #25AD78. Grayscale: #808080. Windows color (decimal): -2469241 or 8868570. OLE color: 8868570.

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

Color convert

RGB 218 82 135 -
CMYK 0 0.62 0.38 0.15
HSL 336.62º 0.65% 0.59% -
HSV(B) 336.62º 0.62% 0.85% -
XYZ 36.3 22.69 25.39 -
YUV 128.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 218 82 135 0 0.62 0.38 0.15 336.62 0.65 0.59
Hex DA 52 87 0 3E 26 F 151 41 3B
Octal 332 122 207 0 76 46 17 521 101 73
Binary 11011010 1010010 10000111 0 111110 100110 1111 101010001 1000001 111011

Color Harmonies of #DA5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5287

Black with #DA5287

Text Example


Text Example

White with #DA5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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