Html Css Color HEX #DD175A Ruby

📋 copy color: '#DD175A'

red 221 ◦ green 23 ◦ blue 90

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

Shades of Ruby #DD175A

Tints of Ruby #DD175A

RGB

 RED value IS 221 (86.72% from 255) = 66.17%

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 66.17%
G = 6.89%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD175A (or 0xDD175A) is known color: Ruby. HEX triplet: DD, 17 and 5A. RGB value is (221,23,90). Sum of RGB (Red+Green+Blue) = 221+23+90=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD175A is #22E8A5. Grayscale: #595959. Windows color (decimal): -2287782 or 5904349. OLE color: 5904349.

HSL color Cylindrical-coordinate representation of color #DD175A: hue angle of 339.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD175A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 90 -
CMYK 0 0.90 0.59 0.13
HSL 339.7º 0.81% 0.48% -
HSV(B) 339.7º 0.9% 0.87% -
XYZ 31.97 16.72 11.22 -
YUV 89.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 221 23 90 0 0.90 0.59 0.13 339.7 0.81 0.48
Hex DD 17 5A 0 5A 3B D 154 51 30
Octal 335 27 132 0 132 73 15 524 121 60
Binary 11011101 10111 1011010 0 1011010 111011 1101 101010100 1010001 110000

Color Harmonies of #DD175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD175A

Black with #DD175A

Text Example


Text Example

White with #DD175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD175A; }

 p { color: rgb(221,23,90); }

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

background-color css

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

 a { background-color: rgb(221,23,90); }

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

border-color css

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

 span { border-color: rgb(221,23,90); }

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