Html Css Color HEX #D2066D Ruby

📋 copy color: '#D2066D'

red 210 ◦ green 6 ◦ blue 109

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

Shades of Ruby #D2066D

Tints of Ruby #D2066D

RGB

 RED value IS 210 (82.42% from 255) = 64.62%

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 64.62%
G = 1.85%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2066D (or 0xD2066D) is known color: Ruby. HEX triplet: D2, 06 and 6D. RGB value is (210,6,109). Sum of RGB (Red+Green+Blue) = 210+6+109=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2066D is #2DF992. Grayscale: #4E4E4E. Windows color (decimal): -3013011 or 7145170. OLE color: 7145170.

HSL color Cylindrical-coordinate representation of color #D2066D: hue angle of 329.71º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2066D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 109 -
CMYK 0 0.97 0.48 0.18
HSL 329.71º 0.94% 0.42% -
HSV(B) 329.71º 0.97% 0.82% -
XYZ 29.4 14.94 15.8 -
YUV 78.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 210 6 109 0 0.97 0.48 0.18 329.71 0.94 0.42
Hex D2 6 6D 0 61 30 12 14A 5E 2A
Octal 322 6 155 0 141 60 22 512 136 52
Binary 11010010 110 1101101 0 1100001 110000 10010 101001010 1011110 101010

Color Harmonies of #D2066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2066D

Black with #D2066D

Text Example


Text Example

White with #D2066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2066D; }

 p { color: rgb(210,6,109); }

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

background-color css

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

 a { background-color: rgb(210,6,109); }

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

border-color css

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

 span { border-color: rgb(210,6,109); }

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