Html Css Color HEX #D9135D Ruby

📋 copy color: '#D9135D'

red 217 ◦ green 19 ◦ blue 93

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

Shades of Ruby #D9135D

Tints of Ruby #D9135D

RGB

 RED value IS 217 (85.16% from 255) = 65.96%

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 65.96%
G = 5.78%
B = 28.27%

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

#D9135D (or 0xD9135D) is known color: Ruby. HEX triplet: D9, 13 and 5D. RGB value is (217,19,93). Sum of RGB (Red+Green+Blue) = 217+19+93=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9135D is #26ECA2. Grayscale: #565656. Windows color (decimal): -2550947 or 6099929. OLE color: 6099929.

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

Color convert

RGB 217 19 93 -
CMYK 0 0.91 0.57 0.15
HSL 337.58º 0.84% 0.46% -
HSV(B) 337.58º 0.91% 0.85% -
XYZ 30.82 16.01 11.82 -
YUV 86.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 217 19 93 0 0.91 0.57 0.15 337.58 0.84 0.46
Hex D9 13 5D 0 5B 39 F 152 54 2E
Octal 331 23 135 0 133 71 17 522 124 56
Binary 11011001 10011 1011101 0 1011011 111001 1111 101010010 1010100 101110

Color Harmonies of #D9135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9135D

Black with #D9135D

Text Example


Text Example

White with #D9135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9135D; }

 p { color: rgb(217,19,93); }

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

background-color css

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

 a { background-color: rgb(217,19,93); }

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

border-color css

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

 span { border-color: rgb(217,19,93); }

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