Html Css Color HEX #D1026D Ruby

📋 copy color: '#D1026D'

red 209 ◦ green 2 ◦ blue 109

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

Shades of Ruby #D1026D

Tints of Ruby #D1026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 65.31%
G = 0.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1026D (or 0xD1026D) is known color: Ruby. HEX triplet: D1, 02 and 6D. RGB value is (209,2,109). Sum of RGB (Red+Green+Blue) = 209+2+109=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1026D is #2EFD92. Grayscale: #4B4B4B. Windows color (decimal): -3079571 or 7144145. OLE color: 7144145.

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

Color convert

RGB 209 2 109 -
CMYK 0 0.99 0.48 0.18
HSL 328.99º 0.98% 0.41% -
HSV(B) 328.99º 0.99% 0.82% -
XYZ 29.08 14.7 15.77 -
YUV 76.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 209 2 109 0 0.99 0.48 0.18 328.99 0.98 0.41
Hex D1 2 6D 0 63 30 12 149 62 29
Octal 321 2 155 0 143 60 22 511 142 51
Binary 11010001 10 1101101 0 1100011 110000 10010 101001001 1100010 101001

Color Harmonies of #D1026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1026D

Black with #D1026D

Text Example


Text Example

White with #D1026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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