Html Css Color HEX #DD186D Ruby

📋 copy color: '#DD186D'

red 221 ◦ green 24 ◦ blue 109

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

Shades of Ruby #DD186D

Tints of Ruby #DD186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 62.43%
G = 6.78%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD186D (or 0xDD186D) is known color: Ruby. HEX triplet: DD, 18 and 6D. RGB value is (221,24,109). Sum of RGB (Red+Green+Blue) = 221+24+109=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD186D is #22E792. Grayscale: #5C5C5C. Windows color (decimal): -2287507 or 7149789. OLE color: 7149789.

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

Color convert

RGB 221 24 109 -
CMYK 0 0.89 0.51 0.13
HSL 334.11º 0.8% 0.48% -
HSV(B) 334.11º 0.89% 0.87% -
XYZ 32.91 17.13 16.04 -
YUV 92.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 221 24 109 0 0.89 0.51 0.13 334.11 0.8 0.48
Hex DD 18 6D 0 59 33 D 14E 50 30
Octal 335 30 155 0 131 63 15 516 120 60
Binary 11011101 11000 1101101 0 1011001 110011 1101 101001110 1010000 110000

Color Harmonies of #DD186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD186D

Black with #DD186D

Text Example


Text Example

White with #DD186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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