Html Css Color HEX #D0105E Ruby

📋 copy color: '#D0105E'

red 208 ◦ green 16 ◦ blue 94

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

Shades of Ruby #D0105E

Tints of Ruby #D0105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

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

R = 65.41%
G = 5.03%
B = 29.56%

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

#D0105E (or 0xD0105E) is known color: Ruby. HEX triplet: D0, 10 and 5E. RGB value is (208,16,94). Sum of RGB (Red+Green+Blue) = 208+16+94=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0105E is #2FEFA1. Grayscale: #525252. Windows color (decimal): -3141538 or 6164688. OLE color: 6164688.

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

Color convert

RGB 208 16 94 -
CMYK 0 0.92 0.55 0.18
HSL 335.63º 0.86% 0.44% -
HSV(B) 335.63º 0.92% 0.82% -
XYZ 28.22 14.59 11.92 -
YUV 82.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 208 16 94 0 0.92 0.55 0.18 335.63 0.86 0.44
Hex D0 10 5E 0 5C 37 12 150 56 2C
Octal 320 20 136 0 134 67 22 520 126 54
Binary 11010000 10000 1011110 0 1011100 110111 10010 101010000 1010110 101100

Color Harmonies of #D0105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0105E

Black with #D0105E

Text Example


Text Example

White with #D0105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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