Html Css Color HEX #DD185F Ruby

📋 copy color: '#DD185F'

red 221 ◦ green 24 ◦ blue 95

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

Shades of Ruby #DD185F

Tints of Ruby #DD185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 65%
G = 7.06%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD185F (or 0xDD185F) is known color: Ruby. HEX triplet: DD, 18 and 5F. RGB value is (221,24,95). Sum of RGB (Red+Green+Blue) = 221+24+95=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD185F is #22E7A0. Grayscale: #5A5A5A. Windows color (decimal): -2287521 or 6232285. OLE color: 6232285.

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

Color convert

RGB 221 24 95 -
CMYK 0 0.89 0.57 0.13
HSL 338.38º 0.8% 0.48% -
HSV(B) 338.38º 0.89% 0.87% -
XYZ 32.21 16.85 12.38 -
YUV 91 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 221 24 95 0 0.89 0.57 0.13 338.38 0.8 0.48
Hex DD 18 5F 0 59 39 D 152 50 30
Octal 335 30 137 0 131 71 15 522 120 60
Binary 11011101 11000 1011111 0 1011001 111001 1101 101010010 1010000 110000

Color Harmonies of #DD185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD185F

Black with #DD185F

Text Example


Text Example

White with #DD185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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