Html Css Color HEX #D1026B Ruby

📋 copy color: '#D1026B'

red 209 ◦ green 2 ◦ blue 107

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

Shades of Ruby #D1026B

Tints of Ruby #D1026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 65.72%
G = 0.63%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1026B (or 0xD1026B) is known color: Ruby. HEX triplet: D1, 02 and 6B. RGB value is (209,2,107). Sum of RGB (Red+Green+Blue) = 209+2+107=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1026B is #2EFD94. Grayscale: #4B4B4B. Windows color (decimal): -3079573 or 7013073. OLE color: 7013073.

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

Color convert

RGB 209 2 107 -
CMYK 0 0.99 0.49 0.18
HSL 329.57º 0.98% 0.41% -
HSV(B) 329.57º 0.99% 0.82% -
XYZ 28.97 14.66 15.21 -
YUV 75.86 145.58 222.96 -
System Red Green Blue C M Y K H S L
Decimal 209 2 107 0 0.99 0.49 0.18 329.57 0.98 0.41
Hex D1 2 6B 0 63 31 12 14A 62 29
Octal 321 2 153 0 143 61 22 512 142 51
Binary 11010001 10 1101011 0 1100011 110001 10010 101001010 1100010 101001

Color Harmonies of #D1026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1026B

Black with #D1026B

Text Example


Text Example

White with #D1026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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