Html Css Color HEX #D2176C Ruby

📋 copy color: '#D2176C'

red 210 ◦ green 23 ◦ blue 108

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

Shades of Ruby #D2176C

Tints of Ruby #D2176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 61.58%
G = 6.74%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2176C (or 0xD2176C) is known color: Ruby. HEX triplet: D2, 17 and 6C. RGB value is (210,23,108). Sum of RGB (Red+Green+Blue) = 210+23+108=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2176C is #2DE893. Grayscale: #585858. Windows color (decimal): -3008660 or 7083986. OLE color: 7083986.

HSL color Cylindrical-coordinate representation of color #D2176C: hue angle of 332.73º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2176C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 23 108 -
CMYK 0 0.89 0.49 0.18
HSL 332.73º 0.8% 0.46% -
HSV(B) 332.73º 0.89% 0.82% -
XYZ 29.59 15.4 15.6 -
YUV 88.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 210 23 108 0 0.89 0.49 0.18 332.73 0.8 0.46
Hex D2 17 6C 0 59 31 12 14D 50 2E
Octal 322 27 154 0 131 61 22 515 120 56
Binary 11010010 10111 1101100 0 1011001 110001 10010 101001101 1010000 101110

Color Harmonies of #D2176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2176C

Black with #D2176C

Text Example


Text Example

White with #D2176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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