Html Css Color HEX #D9046E Ruby

📋 copy color: '#D9046E'

red 217 ◦ green 4 ◦ blue 110

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

Shades of Ruby #D9046E

Tints of Ruby #D9046E

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 65.56%
G = 1.21%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9046E (or 0xD9046E) is known color: Ruby. HEX triplet: D9, 04 and 6E. RGB value is (217,4,110). Sum of RGB (Red+Green+Blue) = 217+4+110=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9046E is #26FB91. Grayscale: #4F4F4F. Windows color (decimal): -2554770 or 7210201. OLE color: 7210201.

HSL color Cylindrical-coordinate representation of color #D9046E: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9046E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 110 -
CMYK 0 0.98 0.49 0.15
HSL 330.14º 0.96% 0.43% -
HSV(B) 330.14º 0.98% 0.85% -
XYZ 31.47 15.96 16.17 -
YUV 79.77 145.07 225.88 -
System Red Green Blue C M Y K H S L
Decimal 217 4 110 0 0.98 0.49 0.15 330.14 0.96 0.43
Hex D9 4 6E 0 62 31 F 14A 60 2B
Octal 331 4 156 0 142 61 17 512 140 53
Binary 11011001 100 1101110 0 1100010 110001 1111 101001010 1100000 101011

Color Harmonies of #D9046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9046E

Black with #D9046E

Text Example


Text Example

White with #D9046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9046E; }

 p { color: rgb(217,4,110); }

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

background-color css

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

 a { background-color: rgb(217,4,110); }

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

border-color css

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

 span { border-color: rgb(217,4,110); }

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