Html Css Color HEX #DD1059 Ruby

📋 copy color: '#DD1059'

red 221 ◦ green 16 ◦ blue 89

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

Shades of Ruby #DD1059

Tints of Ruby #DD1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

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

R = 67.79%
G = 4.91%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1059 (or 0xDD1059) is known color: Ruby. HEX triplet: DD, 10 and 59. RGB value is (221,16,89). Sum of RGB (Red+Green+Blue) = 221+16+89=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1059 is #22EFA6. Grayscale: #555555. Windows color (decimal): -2289575 or 5837021. OLE color: 5837021.

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

Color convert

RGB 221 16 89 -
CMYK 0 0.93 0.60 0.13
HSL 338.63º 0.86% 0.46% -
HSV(B) 338.63º 0.93% 0.87% -
XYZ 31.81 16.46 10.95 -
YUV 85.62 129.92 224.56 -
System Red Green Blue C M Y K H S L
Decimal 221 16 89 0 0.93 0.60 0.13 338.63 0.86 0.46
Hex DD 10 59 0 5D 3C D 153 56 2E
Octal 335 20 131 0 135 74 15 523 126 56
Binary 11011101 10000 1011001 0 1011101 111100 1101 101010011 1010110 101110

Color Harmonies of #DD1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1059

Black with #DD1059

Text Example


Text Example

White with #DD1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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