Html Css Color HEX #D81153 Ruby

📋 copy color: '#D81153'

red 216 ◦ green 17 ◦ blue 83

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

Shades of Ruby #D81153

Tints of Ruby #D81153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 68.35%
G = 5.38%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D81153 (or 0xD81153) is known color: Ruby. HEX triplet: D8, 11 and 53. RGB value is (216,17,83). Sum of RGB (Red+Green+Blue) = 216+17+83=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D81153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81153 is #27EEAC. Grayscale: #535353. Windows color (decimal): -2617005 or 5444056. OLE color: 5444056.

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

Color convert

RGB 216 17 83 -
CMYK 0 0.92 0.62 0.15
HSL 340.1º 0.85% 0.46% -
HSV(B) 340.1º 0.92% 0.85% -
XYZ 30.08 15.62 9.61 -
YUV 84.03 127.43 222.13 -
System Red Green Blue C M Y K H S L
Decimal 216 17 83 0 0.92 0.62 0.15 340.1 0.85 0.46
Hex D8 11 53 0 5C 3E F 154 55 2E
Octal 330 21 123 0 134 76 17 524 125 56
Binary 11011000 10001 1010011 0 1011100 111110 1111 101010100 1010101 101110

Color Harmonies of #D81153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81153

Black with #D81153

Text Example


Text Example

White with #D81153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81153; }

 p { color: rgb(216,17,83); }

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

background-color css

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

 a { background-color: rgb(216,17,83); }

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

border-color css

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

 span { border-color: rgb(216,17,83); }

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