Html Css Color HEX #D2066E Ruby

📋 copy color: '#D2066E'

red 210 ◦ green 6 ◦ blue 110

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

Shades of Ruby #D2066E

Tints of Ruby #D2066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 64.42%
G = 1.84%
B = 33.74%

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

#D2066E (or 0xD2066E) is known color: Ruby. HEX triplet: D2, 06 and 6E. RGB value is (210,6,110). Sum of RGB (Red+Green+Blue) = 210+6+110=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2066E is #2DF991. Grayscale: #4E4E4E. Windows color (decimal): -3013010 or 7210706. OLE color: 7210706.

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

Color convert

RGB 210 6 110 -
CMYK 0 0.97 0.48 0.18
HSL 329.41º 0.94% 0.42% -
HSV(B) 329.41º 0.97% 0.82% -
XYZ 29.46 14.96 16.09 -
YUV 78.85 145.59 221.54 -
System Red Green Blue C M Y K H S L
Decimal 210 6 110 0 0.97 0.48 0.18 329.41 0.94 0.42
Hex D2 6 6E 0 61 30 12 149 5E 2A
Octal 322 6 156 0 141 60 22 511 136 52
Binary 11010010 110 1101110 0 1100001 110000 10010 101001001 1011110 101010

Color Harmonies of #D2066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2066E

Black with #D2066E

Text Example


Text Example

White with #D2066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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