Html Css Color HEX #DD1655 Ruby

📋 copy color: '#DD1655'

red 221 ◦ green 22 ◦ blue 85

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

Shades of Ruby #DD1655

Tints of Ruby #DD1655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 67.38%
G = 6.71%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1655 (or 0xDD1655) is known color: Ruby. HEX triplet: DD, 16 and 55. RGB value is (221,22,85). Sum of RGB (Red+Green+Blue) = 221+22+85=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1655 is #22E9AA. Grayscale: #585858. Windows color (decimal): -2288043 or 5576413. OLE color: 5576413.

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

Color convert

RGB 221 22 85 -
CMYK 0 0.90 0.62 0.13
HSL 341.01º 0.82% 0.48% -
HSV(B) 341.01º 0.9% 0.87% -
XYZ 31.75 16.6 10.13 -
YUV 88.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 221 22 85 0 0.90 0.62 0.13 341.01 0.82 0.48
Hex DD 16 55 0 5A 3E D 155 52 30
Octal 335 26 125 0 132 76 15 525 122 60
Binary 11011101 10110 1010101 0 1011010 111110 1101 101010101 1010010 110000

Color Harmonies of #DD1655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1655

Black with #DD1655

Text Example


Text Example

White with #DD1655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1655; }

 p { color: rgb(221,22,85); }

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

background-color css

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

 a { background-color: rgb(221,22,85); }

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

border-color css

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

 span { border-color: rgb(221,22,85); }

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