Html Css Color HEX #D1026C Ruby

📋 copy color: '#D1026C'

red 209 ◦ green 2 ◦ blue 108

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

Shades of Ruby #D1026C

Tints of Ruby #D1026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 65.52%
G = 0.63%
B = 33.86%

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

#D1026C (or 0xD1026C) is known color: Ruby. HEX triplet: D1, 02 and 6C. RGB value is (209,2,108). Sum of RGB (Red+Green+Blue) = 209+2+108=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1026C is #2EFD93. Grayscale: #4B4B4B. Windows color (decimal): -3079572 or 7078609. OLE color: 7078609.

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

Color convert

RGB 209 2 108 -
CMYK 0 0.99 0.48 0.18
HSL 329.28º 0.98% 0.41% -
HSV(B) 329.28º 0.99% 0.82% -
XYZ 29.02 14.68 15.49 -
YUV 75.98 146.08 222.88 -
System Red Green Blue C M Y K H S L
Decimal 209 2 108 0 0.99 0.48 0.18 329.28 0.98 0.41
Hex D1 2 6C 0 63 30 12 149 62 29
Octal 321 2 154 0 143 60 22 511 142 51
Binary 11010001 10 1101100 0 1100011 110000 10010 101001001 1100010 101001

Color Harmonies of #D1026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1026C

Black with #D1026C

Text Example


Text Example

White with #D1026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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