Html Css Color HEX #D0105A Ruby

📋 copy color: '#D0105A'

red 208 ◦ green 16 ◦ blue 90

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

Shades of Ruby #D0105A

Tints of Ruby #D0105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 66.24%
G = 5.1%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0105A (or 0xD0105A) is known color: Ruby. HEX triplet: D0, 10 and 5A. RGB value is (208,16,90). Sum of RGB (Red+Green+Blue) = 208+16+90=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0105A is #2FEFA5. Grayscale: #515151. Windows color (decimal): -3141542 or 5902544. OLE color: 5902544.

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

Color convert

RGB 208 16 90 -
CMYK 0 0.92 0.57 0.18
HSL 336.88º 0.86% 0.44% -
HSV(B) 336.88º 0.92% 0.82% -
XYZ 28.04 14.52 11 -
YUV 81.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 208 16 90 0 0.92 0.57 0.18 336.88 0.86 0.44
Hex D0 10 5A 0 5C 39 12 151 56 2C
Octal 320 20 132 0 134 71 22 521 126 54
Binary 11010000 10000 1011010 0 1011100 111001 10010 101010001 1010110 101100

Color Harmonies of #D0105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0105A

Black with #D0105A

Text Example


Text Example

White with #D0105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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