Html Css Color HEX #DD1E58 Ruby

📋 copy color: '#DD1E58'

red 221 ◦ green 30 ◦ blue 88

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

Shades of Ruby #DD1E58

Tints of Ruby #DD1E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

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

R = 65.19%
G = 8.85%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1E58 (or 0xDD1E58) is known color: Ruby. HEX triplet: DD, 1E and 58. RGB value is (221,30,88). Sum of RGB (Red+Green+Blue) = 221+30+88=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E58 is #22E1A7. Grayscale: #5D5D5D. Windows color (decimal): -2285992 or 5775069. OLE color: 5775069.

HSL color Cylindrical-coordinate representation of color #DD1E58: hue angle of 341.78º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E58 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 88 -
CMYK 0 0.86 0.60 0.13
HSL 341.78º 0.76% 0.49% -
HSV(B) 341.78º 0.86% 0.87% -
XYZ 32.04 17.01 10.83 -
YUV 93.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 221 30 88 0 0.86 0.60 0.13 341.78 0.76 0.49
Hex DD 1E 58 0 56 3C D 156 4C 31
Octal 335 36 130 0 126 74 15 526 114 61
Binary 11011101 11110 1011000 0 1010110 111100 1101 101010110 1001100 110001

Color Harmonies of #DD1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E58

Black with #DD1E58

Text Example


Text Example

White with #DD1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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