Html Css Color HEX #DD1559 Ruby

📋 copy color: '#DD1559'

red 221 ◦ green 21 ◦ blue 89

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

Shades of Ruby #DD1559

Tints of Ruby #DD1559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.34%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 66.77%
G = 6.34%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1559 (or 0xDD1559) is known color: Ruby. HEX triplet: DD, 15 and 59. RGB value is (221,21,89). Sum of RGB (Red+Green+Blue) = 221+21+89=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1559 is #22EAA6. Grayscale: #585858. Windows color (decimal): -2288295 or 5838301. OLE color: 5838301.

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

Color convert

RGB 221 21 89 -
CMYK 0 0.90 0.60 0.13
HSL 339.6º 0.83% 0.47% -
HSV(B) 339.6º 0.9% 0.87% -
XYZ 31.89 16.63 10.98 -
YUV 88.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 221 21 89 0 0.90 0.60 0.13 339.6 0.83 0.47
Hex DD 15 59 0 5A 3C D 154 53 2F
Octal 335 25 131 0 132 74 15 524 123 57
Binary 11011101 10101 1011001 0 1011010 111100 1101 101010100 1010011 101111

Color Harmonies of #DD1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1559

Black with #DD1559

Text Example


Text Example

White with #DD1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1559; }

 p { color: rgb(221,21,89); }

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

background-color css

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

 a { background-color: rgb(221,21,89); }

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

border-color css

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

 span { border-color: rgb(221,21,89); }

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