Html Css Color HEX #DD1562 Ruby

📋 copy color: '#DD1562'

red 221 ◦ green 21 ◦ blue 98

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

Shades of Ruby #DD1562

Tints of Ruby #DD1562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 65%
G = 6.18%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1562 (or 0xDD1562) is known color: Ruby. HEX triplet: DD, 15 and 62. RGB value is (221,21,98). Sum of RGB (Red+Green+Blue) = 221+21+98=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1562 is #22EA9D. Grayscale: #595959. Windows color (decimal): -2288286 or 6428125. OLE color: 6428125.

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

Color convert

RGB 221 21 98 -
CMYK 0 0.90 0.56 0.13
HSL 336.9º 0.83% 0.47% -
HSV(B) 336.9º 0.9% 0.87% -
XYZ 32.29 16.79 13.09 -
YUV 89.58 132.76 221.74 -
System Red Green Blue C M Y K H S L
Decimal 221 21 98 0 0.90 0.56 0.13 336.9 0.83 0.47
Hex DD 15 62 0 5A 38 D 151 53 2F
Octal 335 25 142 0 132 70 15 521 123 57
Binary 11011101 10101 1100010 0 1011010 111000 1101 101010001 1010011 101111

Color Harmonies of #DD1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1562

Black with #DD1562

Text Example


Text Example

White with #DD1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1562; }

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

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

background-color css

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

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

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

border-color css

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

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

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