Html Css Color HEX #D81051 Ruby

📋 copy color: '#D81051'

red 216 ◦ green 16 ◦ blue 81

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

Shades of Ruby #D81051

Tints of Ruby #D81051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 69.01%
G = 5.11%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D81051 (or 0xD81051) is known color: Ruby. HEX triplet: D8, 10 and 51. RGB value is (216,16,81). Sum of RGB (Red+Green+Blue) = 216+16+81=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D81051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81051 is #27EFAE. Grayscale: #535353. Windows color (decimal): -2617263 or 5312728. OLE color: 5312728.

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

Color convert

RGB 216 16 81 -
CMYK 0 0.93 0.62 0.15
HSL 340.5º 0.86% 0.45% -
HSV(B) 340.5º 0.93% 0.85% -
XYZ 29.99 15.56 9.21 -
YUV 83.21 126.76 222.71 -
System Red Green Blue C M Y K H S L
Decimal 216 16 81 0 0.93 0.62 0.15 340.5 0.86 0.45
Hex D8 10 51 0 5D 3E F 154 56 2D
Octal 330 20 121 0 135 76 17 524 126 55
Binary 11011000 10000 1010001 0 1011101 111110 1111 101010100 1010110 101101

Color Harmonies of #D81051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81051

Black with #D81051

Text Example


Text Example

White with #D81051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81051; }

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

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

background-color css

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

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

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

border-color css

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

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

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