Html Css Color HEX #D1026F Ruby

📋 copy color: '#D1026F'

red 209 ◦ green 2 ◦ blue 111

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

Shades of Ruby #D1026F

Tints of Ruby #D1026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 64.91%
G = 0.62%
B = 34.47%

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

#D1026F (or 0xD1026F) is known color: Ruby. HEX triplet: D1, 02 and 6F. RGB value is (209,2,111). Sum of RGB (Red+Green+Blue) = 209+2+111=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1026F is #2EFD90. Grayscale: #4C4C4C. Windows color (decimal): -3079569 or 7275217. OLE color: 7275217.

HSL color Cylindrical-coordinate representation of color #D1026F: hue angle of 328.41º 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 #D1026F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 2 111 -
CMYK 0 0.99 0.47 0.18
HSL 328.41º 0.98% 0.41% -
HSV(B) 328.41º 0.99% 0.82% -
XYZ 29.19 14.75 16.35 -
YUV 76.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 209 2 111 0 0.99 0.47 0.18 328.41 0.98 0.41
Hex D1 2 6F 0 63 2F 12 148 62 29
Octal 321 2 157 0 143 57 22 510 142 51
Binary 11010001 10 1101111 0 1100011 101111 10010 101001000 1100010 101001

Color Harmonies of #D1026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1026F

Black with #D1026F

Text Example


Text Example

White with #D1026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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