Html Css Color HEX #D0104E Ruby

📋 copy color: '#D0104E'

red 208 ◦ green 16 ◦ blue 78

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

Shades of Ruby #D0104E

Tints of Ruby #D0104E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 68.87%
G = 5.3%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0104E (or 0xD0104E) is known color: Ruby. HEX triplet: D0, 10 and 4E. RGB value is (208,16,78). Sum of RGB (Red+Green+Blue) = 208+16+78=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0104E is #2FEFB1. Grayscale: #505050. Windows color (decimal): -3141554 or 5116112. OLE color: 5116112.

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

Color convert

RGB 208 16 78 -
CMYK 0 0.92 0.62 0.18
HSL 340.63º 0.86% 0.44% -
HSV(B) 340.63º 0.92% 0.82% -
XYZ 27.57 14.33 8.52 -
YUV 80.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 208 16 78 0 0.92 0.62 0.18 340.63 0.86 0.44
Hex D0 10 4E 0 5C 3E 12 155 56 2C
Octal 320 20 116 0 134 76 22 525 126 54
Binary 11010000 10000 1001110 0 1011100 111110 10010 101010101 1010110 101100

Color Harmonies of #D0104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0104E

Black with #D0104E

Text Example


Text Example

White with #D0104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0104E; }

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

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

background-color css

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

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

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

border-color css

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

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

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