Html Css Color HEX #D2166C Ruby

📋 copy color: '#D2166C'

red 210 ◦ green 22 ◦ blue 108

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

Shades of Ruby #D2166C

Tints of Ruby #D2166C

RGB

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

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

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

R = 61.76%
G = 6.47%
B = 31.76%

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

#D2166C (or 0xD2166C) is known color: Ruby. HEX triplet: D2, 16 and 6C. RGB value is (210,22,108). Sum of RGB (Red+Green+Blue) = 210+22+108=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2166C is #2DE993. Grayscale: #575757. Windows color (decimal): -3008916 or 7083730. OLE color: 7083730.

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

Color convert

RGB 210 22 108 -
CMYK 0 0.90 0.49 0.18
HSL 332.55º 0.81% 0.45% -
HSV(B) 332.55º 0.9% 0.82% -
XYZ 29.57 15.36 15.59 -
YUV 88.02 139.28 215.01 -
System Red Green Blue C M Y K H S L
Decimal 210 22 108 0 0.90 0.49 0.18 332.55 0.81 0.45
Hex D2 16 6C 0 5A 31 12 14D 51 2D
Octal 322 26 154 0 132 61 22 515 121 55
Binary 11010010 10110 1101100 0 1011010 110001 10010 101001101 1010001 101101

Color Harmonies of #D2166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2166C

Black with #D2166C

Text Example


Text Example

White with #D2166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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