Html Css Color HEX #D81E73 Ruby

📋 copy color: '#D81E73'

red 216 ◦ green 30 ◦ blue 115

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

Shades of Ruby #D81E73

Tints of Ruby #D81E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 59.83%
G = 8.31%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D81E73 (or 0xD81E73) is known color: Ruby. HEX triplet: D8, 1E and 73. RGB value is (216,30,115). Sum of RGB (Red+Green+Blue) = 216+30+115=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E73 is #27E18C. Grayscale: #5F5F5F. Windows color (decimal): -2613645 or 7544536. OLE color: 7544536.

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

Color convert

RGB 216 30 115 -
CMYK 0 0.86 0.47 0.15
HSL 332.58º 0.76% 0.48% -
HSV(B) 332.58º 0.86% 0.85% -
XYZ 31.88 16.77 17.78 -
YUV 95.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 216 30 115 0 0.86 0.47 0.15 332.58 0.76 0.48
Hex D8 1E 73 0 56 2F F 14D 4C 30
Octal 330 36 163 0 126 57 17 515 114 60
Binary 11011000 11110 1110011 0 1010110 101111 1111 101001101 1001100 110000

Color Harmonies of #D81E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E73

Black with #D81E73

Text Example


Text Example

White with #D81E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E73; }

 p { color: rgb(216,30,115); }

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

background-color css

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

 a { background-color: rgb(216,30,115); }

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

border-color css

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

 span { border-color: rgb(216,30,115); }

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