Html Css Color HEX #DD185B Ruby

📋 copy color: '#DD185B'

red 221 ◦ green 24 ◦ blue 91

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

Shades of Ruby #DD185B

Tints of Ruby #DD185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 65.77%
G = 7.14%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD185B (or 0xDD185B) is known color: Ruby. HEX triplet: DD, 18 and 5B. RGB value is (221,24,91). Sum of RGB (Red+Green+Blue) = 221+24+91=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD185B is #22E7A4. Grayscale: #5A5A5A. Windows color (decimal): -2287525 or 5970141. OLE color: 5970141.

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

Color convert

RGB 221 24 91 -
CMYK 0 0.89 0.59 0.13
HSL 339.59º 0.8% 0.48% -
HSV(B) 339.59º 0.89% 0.87% -
XYZ 32.03 16.78 11.45 -
YUV 90.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 221 24 91 0 0.89 0.59 0.13 339.59 0.8 0.48
Hex DD 18 5B 0 59 3B D 154 50 30
Octal 335 30 133 0 131 73 15 524 120 60
Binary 11011101 11000 1011011 0 1011001 111011 1101 101010100 1010000 110000

Color Harmonies of #DD185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD185B

Black with #DD185B

Text Example


Text Example

White with #DD185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD185B; }

 p { color: rgb(221,24,91); }

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

background-color css

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

 a { background-color: rgb(221,24,91); }

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

border-color css

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

 span { border-color: rgb(221,24,91); }

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