Html Css Color HEX #D1026E Ruby

📋 copy color: '#D1026E'

red 209 ◦ green 2 ◦ blue 110

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

Shades of Ruby #D1026E

Tints of Ruby #D1026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 65.11%
G = 0.62%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1026E (or 0xD1026E) is known color: Ruby. HEX triplet: D1, 02 and 6E. RGB value is (209,2,110). Sum of RGB (Red+Green+Blue) = 209+2+110=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1026E is #2EFD91. Grayscale: #4B4B4B. Windows color (decimal): -3079570 or 7209681. OLE color: 7209681.

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

Color convert

RGB 209 2 110 -
CMYK 0 0.99 0.47 0.18
HSL 328.7º 0.98% 0.41% -
HSV(B) 328.7º 0.99% 0.82% -
XYZ 29.13 14.72 16.06 -
YUV 76.21 147.08 222.72 -
System Red Green Blue C M Y K H S L
Decimal 209 2 110 0 0.99 0.47 0.18 328.7 0.98 0.41
Hex D1 2 6E 0 63 2F 12 149 62 29
Octal 321 2 156 0 143 57 22 511 142 51
Binary 11010001 10 1101110 0 1100011 101111 10010 101001001 1100010 101001

Color Harmonies of #D1026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1026E

Black with #D1026E

Text Example


Text Example

White with #D1026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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