Html Css Color HEX #D9046A Ruby

📋 copy color: '#D9046A'

red 217 ◦ green 4 ◦ blue 106

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

Shades of Ruby #D9046A

Tints of Ruby #D9046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 66.36%
G = 1.22%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9046A (or 0xD9046A) is known color: Ruby. HEX triplet: D9, 04 and 6A. RGB value is (217,4,106). Sum of RGB (Red+Green+Blue) = 217+4+106=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9046A is #26FB95. Grayscale: #4F4F4F. Windows color (decimal): -2554774 or 6948057. OLE color: 6948057.

HSL color Cylindrical-coordinate representation of color #D9046A: hue angle of 331.27º 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 #D9046A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 106 -
CMYK 0 0.98 0.51 0.15
HSL 331.27º 0.96% 0.43% -
HSV(B) 331.27º 0.98% 0.85% -
XYZ 31.26 15.88 15.05 -
YUV 79.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 217 4 106 0 0.98 0.51 0.15 331.27 0.96 0.43
Hex D9 4 6A 0 62 33 F 14B 60 2B
Octal 331 4 152 0 142 63 17 513 140 53
Binary 11011001 100 1101010 0 1100010 110011 1111 101001011 1100000 101011

Color Harmonies of #D9046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9046A

Black with #D9046A

Text Example


Text Example

White with #D9046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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