Html Css Color HEX #DA516E Cranberry

📋 copy color: '#DA516E'

red 218 ◦ green 81 ◦ blue 110

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

Shades of Cranberry #DA516E

Tints of Cranberry #DA516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 53.3%
G = 19.8%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA516E (or 0xDA516E) is known color: Cranberry. HEX triplet: DA, 51 and 6E. RGB value is (218,81,110). Sum of RGB (Red+Green+Blue) = 218+81+110=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA516E is #25AE91. Grayscale: #7D7D7D. Windows color (decimal): -2469522 or 7229914. OLE color: 7229914.

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

Color convert

RGB 218 81 110 -
CMYK 0 0.63 0.50 0.15
HSL 347.3º 0.65% 0.59% -
HSV(B) 347.3º 0.63% 0.85% -
XYZ 34.67 21.92 17.15 -
YUV 125.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 218 81 110 0 0.63 0.50 0.15 347.3 0.65 0.59
Hex DA 51 6E 0 3F 32 F 15B 41 3B
Octal 332 121 156 0 77 62 17 533 101 73
Binary 11011010 1010001 1101110 0 111111 110010 1111 101011011 1000001 111011

Color Harmonies of #DA516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA516E

Black with #DA516E

Text Example


Text Example

White with #DA516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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