Html Css Color HEX #D0115F Ruby

📋 copy color: '#D0115F'

red 208 ◦ green 17 ◦ blue 95

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

Shades of Ruby #D0115F

Tints of Ruby #D0115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 65%
G = 5.31%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0115F (or 0xD0115F) is known color: Ruby. HEX triplet: D0, 11 and 5F. RGB value is (208,17,95). Sum of RGB (Red+Green+Blue) = 208+17+95=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0115F is #2FEEA0. Grayscale: #525252. Windows color (decimal): -3141281 or 6230480. OLE color: 6230480.

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

Color convert

RGB 208 17 95 -
CMYK 0 0.92 0.54 0.18
HSL 335.5º 0.85% 0.44% -
HSV(B) 335.5º 0.92% 0.82% -
XYZ 28.28 14.64 12.16 -
YUV 83 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 208 17 95 0 0.92 0.54 0.18 335.5 0.85 0.44
Hex D0 11 5F 0 5C 36 12 14F 55 2C
Octal 320 21 137 0 134 66 22 517 125 54
Binary 11010000 10001 1011111 0 1011100 110110 10010 101001111 1010101 101100

Color Harmonies of #D0115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0115F

Black with #D0115F

Text Example


Text Example

White with #D0115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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