Html Css Color HEX #DA5185 Cranberry

📋 copy color: '#DA5185'

red 218 ◦ green 81 ◦ blue 133

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

Shades of Cranberry #DA5185

Tints of Cranberry #DA5185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 50.46%
G = 18.75%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA5185 (or 0xDA5185) is known color: Cranberry. HEX triplet: DA, 51 and 85. RGB value is (218,81,133). Sum of RGB (Red+Green+Blue) = 218+81+133=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5185 is #25AE7A. Grayscale: #7F7F7F. Windows color (decimal): -2469499 or 8737242. OLE color: 8737242.

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

Color convert

RGB 218 81 133 -
CMYK 0 0.63 0.39 0.15
HSL 337.23º 0.65% 0.59% -
HSV(B) 337.23º 0.63% 0.85% -
XYZ 36.09 22.48 24.63 -
YUV 127.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 218 81 133 0 0.63 0.39 0.15 337.23 0.65 0.59
Hex DA 51 85 0 3F 27 F 151 41 3B
Octal 332 121 205 0 77 47 17 521 101 73
Binary 11011010 1010001 10000101 0 111111 100111 1111 101010001 1000001 111011

Color Harmonies of #DA5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5185

Black with #DA5185

Text Example


Text Example

White with #DA5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5185; }

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

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

background-color css

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

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

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

border-color css

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

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

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