Html Css Color HEX #D81162 Ruby

📋 copy color: '#D81162'

red 216 ◦ green 17 ◦ blue 98

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

Shades of Ruby #D81162

Tints of Ruby #D81162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 65.26%
G = 5.14%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D81162 (or 0xD81162) is known color: Ruby. HEX triplet: D8, 11 and 62. RGB value is (216,17,98). Sum of RGB (Red+Green+Blue) = 216+17+98=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D81162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81162 is #27EE9D. Grayscale: #555555. Windows color (decimal): -2616990 or 6427096. OLE color: 6427096.

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

Color convert

RGB 216 17 98 -
CMYK 0 0.92 0.55 0.15
HSL 335.58º 0.85% 0.46% -
HSV(B) 335.58º 0.92% 0.85% -
XYZ 30.72 15.88 13 -
YUV 85.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 216 17 98 0 0.92 0.55 0.15 335.58 0.85 0.46
Hex D8 11 62 0 5C 37 F 150 55 2E
Octal 330 21 142 0 134 67 17 520 125 56
Binary 11011000 10001 1100010 0 1011100 110111 1111 101010000 1010101 101110

Color Harmonies of #D81162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81162

Black with #D81162

Text Example


Text Example

White with #D81162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81162; }

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

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

background-color css

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

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

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

border-color css

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

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

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