Html Css Color HEX #DD1359 Ruby

📋 copy color: '#DD1359'

red 221 ◦ green 19 ◦ blue 89

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

Shades of Ruby #DD1359

Tints of Ruby #DD1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 67.17%
G = 5.78%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1359 (or 0xDD1359) is known color: Ruby. HEX triplet: DD, 13 and 59. RGB value is (221,19,89). Sum of RGB (Red+Green+Blue) = 221+19+89=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1359 is #22ECA6. Grayscale: #575757. Windows color (decimal): -2288807 or 5837789. OLE color: 5837789.

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

Color convert

RGB 221 19 89 -
CMYK 0 0.91 0.60 0.13
HSL 339.21º 0.84% 0.47% -
HSV(B) 339.21º 0.91% 0.87% -
XYZ 31.85 16.56 10.97 -
YUV 87.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 221 19 89 0 0.91 0.60 0.13 339.21 0.84 0.47
Hex DD 13 59 0 5B 3C D 153 54 2F
Octal 335 23 131 0 133 74 15 523 124 57
Binary 11011101 10011 1011001 0 1011011 111100 1101 101010011 1010100 101111

Color Harmonies of #DD1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1359

Black with #DD1359

Text Example


Text Example

White with #DD1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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