Html Css Color HEX #DD175D Ruby

📋 copy color: '#DD175D'

red 221 ◦ green 23 ◦ blue 93

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

Shades of Ruby #DD175D

Tints of Ruby #DD175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 65.58%
G = 6.82%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD175D (or 0xDD175D) is known color: Ruby. HEX triplet: DD, 17 and 5D. RGB value is (221,23,93). Sum of RGB (Red+Green+Blue) = 221+23+93=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD175D is #22E8A2. Grayscale: #5A5A5A. Windows color (decimal): -2287779 or 6100957. OLE color: 6100957.

HSL color Cylindrical-coordinate representation of color #DD175D: hue angle of 338.79º 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 #DD175D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 93 -
CMYK 0 0.90 0.58 0.13
HSL 338.79º 0.81% 0.48% -
HSV(B) 338.79º 0.9% 0.87% -
XYZ 32.1 16.78 11.9 -
YUV 90.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 221 23 93 0 0.90 0.58 0.13 338.79 0.81 0.48
Hex DD 17 5D 0 5A 3A D 153 51 30
Octal 335 27 135 0 132 72 15 523 121 60
Binary 11011101 10111 1011101 0 1011010 111010 1101 101010011 1010001 110000

Color Harmonies of #DD175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD175D

Black with #DD175D

Text Example


Text Example

White with #DD175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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