Html Css Color HEX #D81B5F Ruby

📋 copy color: '#D81B5F'

red 216 ◦ green 27 ◦ blue 95

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

Shades of Ruby #D81B5F

Tints of Ruby #D81B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 63.91%
G = 7.99%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D81B5F (or 0xD81B5F) is known color: Ruby. HEX triplet: D8, 1B and 5F. RGB value is (216,27,95). Sum of RGB (Red+Green+Blue) = 216+27+95=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B5F is #27E4A0. Grayscale: #5B5B5B. Windows color (decimal): -2614433 or 6233048. OLE color: 6233048.

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

Color convert

RGB 216 27 95 -
CMYK 0 0.88 0.56 0.15
HSL 338.41º 0.78% 0.48% -
HSV(B) 338.41º 0.88% 0.85% -
XYZ 30.78 16.21 12.33 -
YUV 91.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 216 27 95 0 0.88 0.56 0.15 338.41 0.78 0.48
Hex D8 1B 5F 0 58 38 F 152 4E 30
Octal 330 33 137 0 130 70 17 522 116 60
Binary 11011000 11011 1011111 0 1011000 111000 1111 101010010 1001110 110000

Color Harmonies of #D81B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B5F

Black with #D81B5F

Text Example


Text Example

White with #D81B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B5F; }

 p { color: rgb(216,27,95); }

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

background-color css

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

 a { background-color: rgb(216,27,95); }

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

border-color css

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

 span { border-color: rgb(216,27,95); }

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