Html Css Color HEX #D81073 Ruby

📋 copy color: '#D81073'

red 216 ◦ green 16 ◦ blue 115

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

Shades of Ruby #D81073

Tints of Ruby #D81073

RGB

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

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

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

R = 62.25%
G = 4.61%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D81073 (or 0xD81073) is known color: Ruby. HEX triplet: D8, 10 and 73. RGB value is (216,16,115). Sum of RGB (Red+Green+Blue) = 216+16+115=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D81073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81073 is #27EF8C. Grayscale: #565656. Windows color (decimal): -2617229 or 7540952. OLE color: 7540952.

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

Color convert

RGB 216 16 115 -
CMYK 0 0.93 0.47 0.15
HSL 330.3º 0.86% 0.45% -
HSV(B) 330.3º 0.93% 0.85% -
XYZ 31.6 16.21 17.68 -
YUV 87.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 216 16 115 0 0.93 0.47 0.15 330.3 0.86 0.45
Hex D8 10 73 0 5D 2F F 14A 56 2D
Octal 330 20 163 0 135 57 17 512 126 55
Binary 11011000 10000 1110011 0 1011101 101111 1111 101001010 1010110 101101

Color Harmonies of #D81073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81073

Black with #D81073

Text Example


Text Example

White with #D81073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81073; }

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

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

background-color css

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

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

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

border-color css

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

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

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