Html Css Color HEX #DD1558 Ruby

📋 copy color: '#DD1558'

red 221 ◦ green 21 ◦ blue 88

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

Shades of Ruby #DD1558

Tints of Ruby #DD1558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 66.97%
G = 6.36%
B = 26.67%

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

#DD1558 (or 0xDD1558) is known color: Ruby. HEX triplet: DD, 15 and 58. RGB value is (221,21,88). Sum of RGB (Red+Green+Blue) = 221+21+88=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1558 is #22EAA7. Grayscale: #585858. Windows color (decimal): -2288296 or 5772765. OLE color: 5772765.

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

Color convert

RGB 221 21 88 -
CMYK 0 0.90 0.60 0.13
HSL 339.9º 0.83% 0.47% -
HSV(B) 339.9º 0.9% 0.87% -
XYZ 31.85 16.61 10.76 -
YUV 88.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 221 21 88 0 0.90 0.60 0.13 339.9 0.83 0.47
Hex DD 15 58 0 5A 3C D 154 53 2F
Octal 335 25 130 0 132 74 15 524 123 57
Binary 11011101 10101 1011000 0 1011010 111100 1101 101010100 1010011 101111

Color Harmonies of #DD1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1558

Black with #DD1558

Text Example


Text Example

White with #DD1558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1558; }

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

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

background-color css

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

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

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

border-color css

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

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

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