Html Css Color HEX #D0115D Ruby

📋 copy color: '#D0115D'

red 208 ◦ green 17 ◦ blue 93

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

Shades of Ruby #D0115D

Tints of Ruby #D0115D

RGB

 RED value IS 208 (81.64% from 255) = 65.41%

 GREEN value IS 17 (7.03% from 255) = 5.35%

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

R = 65.41%
G = 5.35%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0115D (or 0xD0115D) is known color: Ruby. HEX triplet: D0, 11 and 5D. RGB value is (208,17,93). Sum of RGB (Red+Green+Blue) = 208+17+93=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0115D is #2FEEA2. Grayscale: #525252. Windows color (decimal): -3141283 or 6099408. OLE color: 6099408.

HSL color Cylindrical-coordinate representation of color #D0115D: hue angle of 336.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0115D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 93 -
CMYK 0 0.92 0.55 0.18
HSL 336.13º 0.85% 0.44% -
HSV(B) 336.13º 0.92% 0.82% -
XYZ 28.19 14.6 11.69 -
YUV 82.77 133.78 217.32 -
System Red Green Blue C M Y K H S L
Decimal 208 17 93 0 0.92 0.55 0.18 336.13 0.85 0.44
Hex D0 11 5D 0 5C 37 12 150 55 2C
Octal 320 21 135 0 134 67 22 520 125 54
Binary 11010000 10001 1011101 0 1011100 110111 10010 101010000 1010101 101100

Color Harmonies of #D0115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0115D

Black with #D0115D

Text Example


Text Example

White with #D0115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0115D; }

 p { color: rgb(208,17,93); }

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

background-color css

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

 a { background-color: rgb(208,17,93); }

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

border-color css

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

 span { border-color: rgb(208,17,93); }

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