Html Css Color HEX #D3076A Ruby

📋 copy color: '#D3076A'

red 211 ◦ green 7 ◦ blue 106

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

Shades of Ruby #D3076A

Tints of Ruby #D3076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.16%

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

R = 65.12%
G = 2.16%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3076A (or 0xD3076A) is known color: Ruby. HEX triplet: D3, 07 and 6A. RGB value is (211,7,106). Sum of RGB (Red+Green+Blue) = 211+7+106=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3076A is #2CF895. Grayscale: #4F4F4F. Windows color (decimal): -2947222 or 6948819. OLE color: 6948819.

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

Color convert

RGB 211 7 106 -
CMYK 0 0.97 0.50 0.17
HSL 330.88º 0.94% 0.43% -
HSV(B) 330.88º 0.97% 0.83% -
XYZ 29.54 15.04 14.98 -
YUV 79.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 211 7 106 0 0.97 0.50 0.17 330.88 0.94 0.43
Hex D3 7 6A 0 61 32 11 14B 5E 2B
Octal 323 7 152 0 141 62 21 513 136 53
Binary 11010011 111 1101010 0 1100001 110010 10001 101001011 1011110 101011

Color Harmonies of #D3076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3076A

Black with #D3076A

Text Example


Text Example

White with #D3076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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