Html Css Color HEX #D8518A Cranberry

📋 copy color: '#D8518A'

red 216 ◦ green 81 ◦ blue 138

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

Shades of Cranberry #D8518A

Tints of Cranberry #D8518A

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

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

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 49.66%
G = 18.62%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8518A (or 0xD8518A) is known color: Cranberry. HEX triplet: D8, 51 and 8A. RGB value is (216,81,138). Sum of RGB (Red+Green+Blue) = 216+81+138=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8518A is #27AE75. Grayscale: #7F7F7F. Windows color (decimal): -2600566 or 9064920. OLE color: 9064920.

HSL color Cylindrical-coordinate representation of color #D8518A: hue angle of 334.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8518A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 138 -
CMYK 0 0.62 0.36 0.15
HSL 334.67º 0.63% 0.58% -
HSV(B) 334.67º 0.63% 0.85% -
XYZ 35.85 22.32 26.46 -
YUV 127.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 216 81 138 0 0.62 0.36 0.15 334.67 0.63 0.58
Hex D8 51 8A 0 3E 24 F 14F 3F 3A
Octal 330 121 212 0 76 44 17 517 77 72
Binary 11011000 1010001 10001010 0 111110 100100 1111 101001111 111111 111010

Color Harmonies of #D8518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8518A

Black with #D8518A

Text Example


Text Example

White with #D8518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8518A; }

 p { color: rgb(216,81,138); }

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

background-color css

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

 a { background-color: rgb(216,81,138); }

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

border-color css

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

 span { border-color: rgb(216,81,138); }

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