Html Css Color HEX #D1075E Ruby

📋 copy color: '#D1075E'

red 209 ◦ green 7 ◦ blue 94

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

Shades of Ruby #D1075E

Tints of Ruby #D1075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 67.42%
G = 2.26%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1075E (or 0xD1075E) is known color: Ruby. HEX triplet: D1, 07 and 5E. RGB value is (209,7,94). Sum of RGB (Red+Green+Blue) = 209+7+94=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1075E is #2EF8A1. Grayscale: #4D4D4D. Windows color (decimal): -3078306 or 6162385. OLE color: 6162385.

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

Color convert

RGB 209 7 94 -
CMYK 0 0.97 0.55 0.18
HSL 334.16º 0.94% 0.42% -
HSV(B) 334.16º 0.97% 0.82% -
XYZ 28.39 14.52 11.9 -
YUV 77.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 209 7 94 0 0.97 0.55 0.18 334.16 0.94 0.42
Hex D1 7 5E 0 61 37 12 14E 5E 2A
Octal 321 7 136 0 141 67 22 516 136 52
Binary 11010001 111 1011110 0 1100001 110111 10010 101001110 1011110 101010

Color Harmonies of #D1075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1075E

Black with #D1075E

Text Example


Text Example

White with #D1075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1075E; }

 p { color: rgb(209,7,94); }

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

background-color css

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

 a { background-color: rgb(209,7,94); }

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

border-color css

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

 span { border-color: rgb(209,7,94); }

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