Html Css Color HEX #D8135A Ruby

📋 copy color: '#D8135A'

red 216 ◦ green 19 ◦ blue 90

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

Shades of Ruby #D8135A

Tints of Ruby #D8135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 66.46%
G = 5.85%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8135A (or 0xD8135A) is known color: Ruby. HEX triplet: D8, 13 and 5A. RGB value is (216,19,90). Sum of RGB (Red+Green+Blue) = 216+19+90=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8135A is #27ECA5. Grayscale: #555555. Windows color (decimal): -2616486 or 5903320. OLE color: 5903320.

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

Color convert

RGB 216 19 90 -
CMYK 0 0.91 0.58 0.15
HSL 338.38º 0.84% 0.46% -
HSV(B) 338.38º 0.91% 0.85% -
XYZ 30.4 15.8 11.12 -
YUV 86 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 216 19 90 0 0.91 0.58 0.15 338.38 0.84 0.46
Hex D8 13 5A 0 5B 3A F 152 54 2E
Octal 330 23 132 0 133 72 17 522 124 56
Binary 11011000 10011 1011010 0 1011011 111010 1111 101010010 1010100 101110

Color Harmonies of #D8135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8135A

Black with #D8135A

Text Example


Text Example

White with #D8135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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