Html Css Color HEX #DD1553 Ruby

📋 copy color: '#DD1553'

red 221 ◦ green 21 ◦ blue 83

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

Shades of Ruby #DD1553

Tints of Ruby #DD1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 68%
G = 6.46%
B = 25.54%

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

#DD1553 (or 0xDD1553) is known color: Ruby. HEX triplet: DD, 15 and 53. RGB value is (221,21,83). Sum of RGB (Red+Green+Blue) = 221+21+83=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1553 is #22EAAC. Grayscale: #575757. Windows color (decimal): -2288301 or 5445085. OLE color: 5445085.

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

Color convert

RGB 221 21 83 -
CMYK 0 0.90 0.62 0.13
HSL 341.4º 0.83% 0.47% -
HSV(B) 341.4º 0.9% 0.87% -
XYZ 31.65 16.53 9.71 -
YUV 87.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 221 21 83 0 0.90 0.62 0.13 341.4 0.83 0.47
Hex DD 15 53 0 5A 3E D 155 53 2F
Octal 335 25 123 0 132 76 15 525 123 57
Binary 11011101 10101 1010011 0 1011010 111110 1101 101010101 1010011 101111

Color Harmonies of #DD1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1553

Black with #DD1553

Text Example


Text Example

White with #DD1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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