Html Css Color HEX #D2175C Ruby

📋 copy color: '#D2175C'

red 210 ◦ green 23 ◦ blue 92

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

Shades of Ruby #D2175C

Tints of Ruby #D2175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 64.62%
G = 7.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2175C (or 0xD2175C) is known color: Ruby. HEX triplet: D2, 17 and 5C. RGB value is (210,23,92). Sum of RGB (Red+Green+Blue) = 210+23+92=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2175C is #2DE8A3. Grayscale: #565656. Windows color (decimal): -3008676 or 6035410. OLE color: 6035410.

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

Color convert

RGB 210 23 92 -
CMYK 0 0.89 0.56 0.18
HSL 337.86º 0.8% 0.46% -
HSV(B) 337.86º 0.89% 0.82% -
XYZ 28.82 15.09 11.52 -
YUV 86.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 210 23 92 0 0.89 0.56 0.18 337.86 0.8 0.46
Hex D2 17 5C 0 59 38 12 152 50 2E
Octal 322 27 134 0 131 70 22 522 120 56
Binary 11010010 10111 1011100 0 1011001 111000 10010 101010010 1010000 101110

Color Harmonies of #D2175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2175C

Black with #D2175C

Text Example


Text Example

White with #D2175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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