Html Css Color HEX #D1046E Ruby

📋 copy color: '#D1046E'

red 209 ◦ green 4 ◦ blue 110

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

Shades of Ruby #D1046E

Tints of Ruby #D1046E

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

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

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

R = 64.71%
G = 1.24%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1046E (or 0xD1046E) is known color: Ruby. HEX triplet: D1, 04 and 6E. RGB value is (209,4,110). Sum of RGB (Red+Green+Blue) = 209+4+110=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1046E is #2EFB91. Grayscale: #4D4D4D. Windows color (decimal): -3079058 or 7210193. OLE color: 7210193.

HSL color Cylindrical-coordinate representation of color #D1046E: hue angle of 328.98º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1046E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 110 -
CMYK 0 0.98 0.47 0.18
HSL 328.98º 0.96% 0.42% -
HSV(B) 328.98º 0.98% 0.82% -
XYZ 29.15 14.77 16.07 -
YUV 77.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 209 4 110 0 0.98 0.47 0.18 328.98 0.96 0.42
Hex D1 4 6E 0 62 2F 12 149 60 2A
Octal 321 4 156 0 142 57 22 511 140 52
Binary 11010001 100 1101110 0 1100010 101111 10010 101001001 1100000 101010

Color Harmonies of #D1046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1046E

Black with #D1046E

Text Example


Text Example

White with #D1046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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