Html Css Color HEX #D0176F Ruby

📋 copy color: '#D0176F'

red 208 ◦ green 23 ◦ blue 111

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

Shades of Ruby #D0176F

Tints of Ruby #D0176F

RGB

 RED value IS 208 (81.64% from 255) = 60.82%

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

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

R = 60.82%
G = 6.73%
B = 32.46%

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

#D0176F (or 0xD0176F) is known color: Ruby. HEX triplet: D0, 17 and 6F. RGB value is (208,23,111). Sum of RGB (Red+Green+Blue) = 208+23+111=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0176F is #2FE890. Grayscale: #585858. Windows color (decimal): -3139729 or 7280592. OLE color: 7280592.

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

Color convert

RGB 208 23 111 -
CMYK 0 0.89 0.47 0.18
HSL 331.46º 0.8% 0.45% -
HSV(B) 331.46º 0.89% 0.82% -
XYZ 29.19 15.17 16.43 -
YUV 88.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 208 23 111 0 0.89 0.47 0.18 331.46 0.8 0.45
Hex D0 17 6F 0 59 2F 12 14B 50 2D
Octal 320 27 157 0 131 57 22 513 120 55
Binary 11010000 10111 1101111 0 1011001 101111 10010 101001011 1010000 101101

Color Harmonies of #D0176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0176F

Black with #D0176F

Text Example


Text Example

White with #D0176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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