Html Css Color HEX #DA5187 Cranberry

📋 copy color: '#DA5187'

red 218 ◦ green 81 ◦ blue 135

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

Shades of Cranberry #DA5187

Tints of Cranberry #DA5187

RGB

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

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

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

R = 50.23%
G = 18.66%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA5187 (or 0xDA5187) is known color: Cranberry. HEX triplet: DA, 51 and 87. RGB value is (218,81,135). Sum of RGB (Red+Green+Blue) = 218+81+135=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5187 is #25AE78. Grayscale: #808080. Windows color (decimal): -2469497 or 8868314. OLE color: 8868314.

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

Color convert

RGB 218 81 135 -
CMYK 0 0.63 0.38 0.15
HSL 336.35º 0.65% 0.59% -
HSV(B) 336.35º 0.63% 0.85% -
XYZ 36.23 22.54 25.36 -
YUV 128.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 218 81 135 0 0.63 0.38 0.15 336.35 0.65 0.59
Hex DA 51 87 0 3F 26 F 150 41 3B
Octal 332 121 207 0 77 46 17 520 101 73
Binary 11011010 1010001 10000111 0 111111 100110 1111 101010000 1000001 111011

Color Harmonies of #DA5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5187

Black with #DA5187

Text Example


Text Example

White with #DA5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5187; }

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

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

background-color css

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

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

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

border-color css

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

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

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