Html Css Color HEX #D8135C Ruby

📋 copy color: '#D8135C'

red 216 ◦ green 19 ◦ blue 92

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

Shades of Ruby #D8135C

Tints of Ruby #D8135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 66.06%
G = 5.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8135C (or 0xD8135C) is known color: Ruby. HEX triplet: D8, 13 and 5C. RGB value is (216,19,92). Sum of RGB (Red+Green+Blue) = 216+19+92=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8135C is #27ECA3. Grayscale: #565656. Windows color (decimal): -2616484 or 6034392. OLE color: 6034392.

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

Color convert

RGB 216 19 92 -
CMYK 0 0.91 0.57 0.15
HSL 337.77º 0.84% 0.46% -
HSV(B) 337.77º 0.91% 0.85% -
XYZ 30.48 15.84 11.58 -
YUV 86.23 131.27 220.56 -
System Red Green Blue C M Y K H S L
Decimal 216 19 92 0 0.91 0.57 0.15 337.77 0.84 0.46
Hex D8 13 5C 0 5B 39 F 152 54 2E
Octal 330 23 134 0 133 71 17 522 124 56
Binary 11011000 10011 1011100 0 1011011 111001 1111 101010010 1010100 101110

Color Harmonies of #D8135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8135C

Black with #D8135C

Text Example


Text Example

White with #D8135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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