Html Css Color HEX #D8135F Ruby

📋 copy color: '#D8135F'

red 216 ◦ green 19 ◦ blue 95

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

Shades of Ruby #D8135F

Tints of Ruby #D8135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

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

R = 65.45%
G = 5.76%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8135F (or 0xD8135F) is known color: Ruby. HEX triplet: D8, 13 and 5F. RGB value is (216,19,95). Sum of RGB (Red+Green+Blue) = 216+19+95=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8135F is #27ECA0. Grayscale: #565656. Windows color (decimal): -2616481 or 6231000. OLE color: 6231000.

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

Color convert

RGB 216 19 95 -
CMYK 0 0.91 0.56 0.15
HSL 336.85º 0.84% 0.46% -
HSV(B) 336.85º 0.91% 0.85% -
XYZ 30.62 15.89 12.28 -
YUV 86.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 216 19 95 0 0.91 0.56 0.15 336.85 0.84 0.46
Hex D8 13 5F 0 5B 38 F 151 54 2E
Octal 330 23 137 0 133 70 17 521 124 56
Binary 11011000 10011 1011111 0 1011011 111000 1111 101010001 1010100 101110

Color Harmonies of #D8135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8135F

Black with #D8135F

Text Example


Text Example

White with #D8135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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