Html Css Color HEX #D3066B Ruby

📋 copy color: '#D3066B'

red 211 ◦ green 6 ◦ blue 107

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

Shades of Ruby #D3066B

Tints of Ruby #D3066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

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

R = 65.12%
G = 1.85%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3066B (or 0xD3066B) is known color: Ruby. HEX triplet: D3, 06 and 6B. RGB value is (211,6,107). Sum of RGB (Red+Green+Blue) = 211+6+107=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3066B is #2CF994. Grayscale: #4E4E4E. Windows color (decimal): -2947477 or 7014099. OLE color: 7014099.

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

Color convert

RGB 211 6 107 -
CMYK 0 0.97 0.49 0.17
HSL 330.44º 0.94% 0.43% -
HSV(B) 330.44º 0.97% 0.83% -
XYZ 29.58 15.04 15.25 -
YUV 78.81 143.92 222.29 -
System Red Green Blue C M Y K H S L
Decimal 211 6 107 0 0.97 0.49 0.17 330.44 0.94 0.43
Hex D3 6 6B 0 61 31 11 14A 5E 2B
Octal 323 6 153 0 141 61 21 512 136 53
Binary 11010011 110 1101011 0 1100001 110001 10001 101001010 1011110 101011

Color Harmonies of #D3066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3066B

Black with #D3066B

Text Example


Text Example

White with #D3066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3066B; }

 p { color: rgb(211,6,107); }

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

background-color css

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

 a { background-color: rgb(211,6,107); }

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

border-color css

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

 span { border-color: rgb(211,6,107); }

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