Html Css Color HEX #D81074 Ruby

📋 copy color: '#D81074'

red 216 ◦ green 16 ◦ blue 116

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

Shades of Ruby #D81074

Tints of Ruby #D81074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 62.07%
G = 4.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D81074 (or 0xD81074) is known color: Ruby. HEX triplet: D8, 10 and 74. RGB value is (216,16,116). Sum of RGB (Red+Green+Blue) = 216+16+116=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D81074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81074 is #27EF8B. Grayscale: #575757. Windows color (decimal): -2617228 or 7606488. OLE color: 7606488.

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

Color convert

RGB 216 16 116 -
CMYK 0 0.93 0.46 0.15
HSL 330º 0.86% 0.45% -
HSV(B) 330º 0.93% 0.85% -
XYZ 31.66 16.23 17.99 -
YUV 87.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 216 16 116 0 0.93 0.46 0.15 330 0.86 0.45
Hex D8 10 74 0 5D 2E F 14A 56 2D
Octal 330 20 164 0 135 56 17 512 126 55
Binary 11011000 10000 1110100 0 1011101 101110 1111 101001010 1010110 101101

Color Harmonies of #D81074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81074

Black with #D81074

Text Example


Text Example

White with #D81074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81074; }

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

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

background-color css

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

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

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

border-color css

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

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

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