Html Css Color HEX #D0115E Ruby

📋 copy color: '#D0115E'

red 208 ◦ green 17 ◦ blue 94

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

Shades of Ruby #D0115E

Tints of Ruby #D0115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 65.2%
G = 5.33%
B = 29.47%

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

#D0115E (or 0xD0115E) is known color: Ruby. HEX triplet: D0, 11 and 5E. RGB value is (208,17,94). Sum of RGB (Red+Green+Blue) = 208+17+94=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0115E is #2FEEA1. Grayscale: #525252. Windows color (decimal): -3141282 or 6164944. OLE color: 6164944.

HSL color Cylindrical-coordinate representation of color #D0115E: hue angle of 335.81º 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 #D0115E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 94 -
CMYK 0 0.92 0.55 0.18
HSL 335.81º 0.85% 0.44% -
HSV(B) 335.81º 0.92% 0.82% -
XYZ 28.23 14.62 11.92 -
YUV 82.89 134.28 217.24 -
System Red Green Blue C M Y K H S L
Decimal 208 17 94 0 0.92 0.55 0.18 335.81 0.85 0.44
Hex D0 11 5E 0 5C 37 12 150 55 2C
Octal 320 21 136 0 134 67 22 520 125 54
Binary 11010000 10001 1011110 0 1011100 110111 10010 101010000 1010101 101100

Color Harmonies of #D0115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0115E

Black with #D0115E

Text Example


Text Example

White with #D0115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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