Html Css Color HEX #D2066B Ruby

📋 copy color: '#D2066B'

red 210 ◦ green 6 ◦ blue 107

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

Shades of Ruby #D2066B

Tints of Ruby #D2066B

RGB

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

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

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

R = 65.02%
G = 1.86%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2066B (or 0xD2066B) is known color: Ruby. HEX triplet: D2, 06 and 6B. RGB value is (210,6,107). Sum of RGB (Red+Green+Blue) = 210+6+107=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2066B is #2DF994. Grayscale: #4E4E4E. Windows color (decimal): -3013013 or 7014098. OLE color: 7014098.

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

Color convert

RGB 210 6 107 -
CMYK 0 0.97 0.49 0.18
HSL 330.29º 0.94% 0.42% -
HSV(B) 330.29º 0.97% 0.82% -
XYZ 29.3 14.89 15.24 -
YUV 78.51 144.09 221.79 -
System Red Green Blue C M Y K H S L
Decimal 210 6 107 0 0.97 0.49 0.18 330.29 0.94 0.42
Hex D2 6 6B 0 61 31 12 14A 5E 2A
Octal 322 6 153 0 141 61 22 512 136 52
Binary 11010010 110 1101011 0 1100001 110001 10010 101001010 1011110 101010

Color Harmonies of #D2066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2066B

Black with #D2066B

Text Example


Text Example

White with #D2066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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