Html Css Color HEX #D0105C Ruby

📋 copy color: '#D0105C'

red 208 ◦ green 16 ◦ blue 92

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

Shades of Ruby #D0105C

Tints of Ruby #D0105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 65.82%
G = 5.06%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0105C (or 0xD0105C) is known color: Ruby. HEX triplet: D0, 10 and 5C. RGB value is (208,16,92). Sum of RGB (Red+Green+Blue) = 208+16+92=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0105C is #2FEFA3. Grayscale: #515151. Windows color (decimal): -3141540 or 6033616. OLE color: 6033616.

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

Color convert

RGB 208 16 92 -
CMYK 0 0.92 0.56 0.18
HSL 336.25º 0.86% 0.44% -
HSV(B) 336.25º 0.92% 0.82% -
XYZ 28.13 14.55 11.45 -
YUV 82.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 208 16 92 0 0.92 0.56 0.18 336.25 0.86 0.44
Hex D0 10 5C 0 5C 38 12 150 56 2C
Octal 320 20 134 0 134 70 22 520 126 54
Binary 11010000 10000 1011100 0 1011100 111000 10010 101010000 1010110 101100

Color Harmonies of #D0105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0105C

Black with #D0105C

Text Example


Text Example

White with #D0105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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