Html Css Color HEX #D3076F Ruby

📋 copy color: '#D3076F'

red 211 ◦ green 7 ◦ blue 111

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

Shades of Ruby #D3076F

Tints of Ruby #D3076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 64.13%
G = 2.13%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3076F (or 0xD3076F) is known color: Ruby. HEX triplet: D3, 07 and 6F. RGB value is (211,7,111). Sum of RGB (Red+Green+Blue) = 211+7+111=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3076F is #2CF890. Grayscale: #4F4F4F. Windows color (decimal): -2947217 or 7276499. OLE color: 7276499.

HSL color Cylindrical-coordinate representation of color #D3076F: hue angle of 329.41º 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 #D3076F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 111 -
CMYK 0 0.97 0.47 0.17
HSL 329.41º 0.94% 0.43% -
HSV(B) 329.41º 0.97% 0.83% -
XYZ 29.81 15.15 16.39 -
YUV 79.85 145.59 221.54 -
System Red Green Blue C M Y K H S L
Decimal 211 7 111 0 0.97 0.47 0.17 329.41 0.94 0.43
Hex D3 7 6F 0 61 2F 11 149 5E 2B
Octal 323 7 157 0 141 57 21 511 136 53
Binary 11010011 111 1101111 0 1100001 101111 10001 101001001 1011110 101011

Color Harmonies of #D3076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3076F

Black with #D3076F

Text Example


Text Example

White with #D3076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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