Html Css Color HEX #D2166B Ruby

📋 copy color: '#D2166B'

red 210 ◦ green 22 ◦ blue 107

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

Shades of Ruby #D2166B

Tints of Ruby #D2166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

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

R = 61.95%
G = 6.49%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2166B (or 0xD2166B) is known color: Ruby. HEX triplet: D2, 16 and 6B. RGB value is (210,22,107). Sum of RGB (Red+Green+Blue) = 210+22+107=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2166B is #2DE994. Grayscale: #575757. Windows color (decimal): -3008917 or 7018194. OLE color: 7018194.

HSL color Cylindrical-coordinate representation of color #D2166B: hue angle of 332.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2166B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 107 -
CMYK 0 0.90 0.49 0.18
HSL 332.87º 0.81% 0.45% -
HSV(B) 332.87º 0.9% 0.82% -
XYZ 29.52 15.34 15.31 -
YUV 87.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 210 22 107 0 0.90 0.49 0.18 332.87 0.81 0.45
Hex D2 16 6B 0 5A 31 12 14D 51 2D
Octal 322 26 153 0 132 61 22 515 121 55
Binary 11010010 10110 1101011 0 1011010 110001 10010 101001101 1010001 101101

Color Harmonies of #D2166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2166B

Black with #D2166B

Text Example


Text Example

White with #D2166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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