Html Css Color HEX #D3066C Ruby

📋 copy color: '#D3066C'

red 211 ◦ green 6 ◦ blue 108

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

Shades of Ruby #D3066C

Tints of Ruby #D3066C

RGB

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

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

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

R = 64.92%
G = 1.85%
B = 33.23%

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

#D3066C (or 0xD3066C) is known color: Ruby. HEX triplet: D3, 06 and 6C. RGB value is (211,6,108). Sum of RGB (Red+Green+Blue) = 211+6+108=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3066C is #2CF993. Grayscale: #4E4E4E. Windows color (decimal): -2947476 or 7079635. OLE color: 7079635.

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

Color convert

RGB 211 6 108 -
CMYK 0 0.97 0.49 0.17
HSL 330.15º 0.94% 0.43% -
HSV(B) 330.15º 0.97% 0.83% -
XYZ 29.64 15.06 15.53 -
YUV 78.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 211 6 108 0 0.97 0.49 0.17 330.15 0.94 0.43
Hex D3 6 6C 0 61 31 11 14A 5E 2B
Octal 323 6 154 0 141 61 21 512 136 53
Binary 11010011 110 1101100 0 1100001 110001 10001 101001010 1011110 101011

Color Harmonies of #D3066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3066C

Black with #D3066C

Text Example


Text Example

White with #D3066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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