Html Css Color HEX #D81F73 Ruby

📋 copy color: '#D81F73'

red 216 ◦ green 31 ◦ blue 115

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

Shades of Ruby #D81F73

Tints of Ruby #D81F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

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

R = 59.67%
G = 8.56%
B = 31.77%

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

#D81F73 (or 0xD81F73) is known color: Ruby. HEX triplet: D8, 1F and 73. RGB value is (216,31,115). Sum of RGB (Red+Green+Blue) = 216+31+115=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F73 is #27E08C. Grayscale: #5F5F5F. Windows color (decimal): -2613389 or 7544792. OLE color: 7544792.

HSL color Cylindrical-coordinate representation of color #D81F73: hue angle of 332.76º degrees, saturation: 0.75, 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 #D81F73 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 115 -
CMYK 0 0.86 0.47 0.15
HSL 332.76º 0.75% 0.48% -
HSV(B) 332.76º 0.86% 0.85% -
XYZ 31.9 16.82 17.78 -
YUV 95.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 216 31 115 0 0.86 0.47 0.15 332.76 0.75 0.48
Hex D8 1F 73 0 56 2F F 14D 4B 30
Octal 330 37 163 0 126 57 17 515 113 60
Binary 11011000 11111 1110011 0 1010110 101111 1111 101001101 1001011 110000

Color Harmonies of #D81F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F73

Black with #D81F73

Text Example


Text Example

White with #D81F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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