Html Css Color HEX #D2176F Ruby

📋 copy color: '#D2176F'

red 210 ◦ green 23 ◦ blue 111

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

Shades of Ruby #D2176F

Tints of Ruby #D2176F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 61.05%
G = 6.69%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2176F (or 0xD2176F) is known color: Ruby. HEX triplet: D2, 17 and 6F. RGB value is (210,23,111). Sum of RGB (Red+Green+Blue) = 210+23+111=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2176F is #2DE890. Grayscale: #585858. Windows color (decimal): -3008657 or 7280594. OLE color: 7280594.

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

Color convert

RGB 210 23 111 -
CMYK 0 0.89 0.47 0.18
HSL 331.76º 0.8% 0.46% -
HSV(B) 331.76º 0.89% 0.82% -
XYZ 29.75 15.46 16.46 -
YUV 88.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 210 23 111 0 0.89 0.47 0.18 331.76 0.8 0.46
Hex D2 17 6F 0 59 2F 12 14C 50 2E
Octal 322 27 157 0 131 57 22 514 120 56
Binary 11010010 10111 1101111 0 1011001 101111 10010 101001100 1010000 101110

Color Harmonies of #D2176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2176F

Black with #D2176F

Text Example


Text Example

White with #D2176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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