Html Css Color HEX #D3026A Ruby

📋 copy color: '#D3026A'

red 211 ◦ green 2 ◦ blue 106

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

Shades of Ruby #D3026A

Tints of Ruby #D3026A

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 66.14%
G = 0.63%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3026A (or 0xD3026A) is known color: Ruby. HEX triplet: D3, 02 and 6A. RGB value is (211,2,106). Sum of RGB (Red+Green+Blue) = 211+2+106=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3026A is #2CFD95. Grayscale: #4C4C4C. Windows color (decimal): -2948502 or 6947539. OLE color: 6947539.

HSL color Cylindrical-coordinate representation of color #D3026A: hue angle of 330.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3026A is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 106 -
CMYK 0 0.99 0.50 0.17
HSL 330.14º 0.98% 0.42% -
HSV(B) 330.14º 0.99% 0.83% -
XYZ 29.49 14.93 14.96 -
YUV 76.35 144.74 224.04 -
System Red Green Blue C M Y K H S L
Decimal 211 2 106 0 0.99 0.50 0.17 330.14 0.98 0.42
Hex D3 2 6A 0 63 32 11 14A 62 2A
Octal 323 2 152 0 143 62 21 512 142 52
Binary 11010011 10 1101010 0 1100011 110010 10001 101001010 1100010 101010

Color Harmonies of #D3026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3026A

Black with #D3026A

Text Example


Text Example

White with #D3026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3026A; }

 p { color: rgb(211,2,106); }

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

background-color css

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

 a { background-color: rgb(211,2,106); }

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

border-color css

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

 span { border-color: rgb(211,2,106); }

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