Html Css Color HEX #DD1570 Ruby

📋 copy color: '#DD1570'

red 221 ◦ green 21 ◦ blue 112

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

Shades of Ruby #DD1570

Tints of Ruby #DD1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 62.43%
G = 5.93%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1570 (or 0xDD1570) is known color: Ruby. HEX triplet: DD, 15 and 70. RGB value is (221,21,112). Sum of RGB (Red+Green+Blue) = 221+21+112=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1570 is #22EA8F. Grayscale: #5B5B5B. Windows color (decimal): -2288272 or 7345629. OLE color: 7345629.

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

Color convert

RGB 221 21 112 -
CMYK 0 0.90 0.49 0.13
HSL 332.7º 0.83% 0.47% -
HSV(B) 332.7º 0.9% 0.87% -
XYZ 33.01 17.08 16.89 -
YUV 91.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 221 21 112 0 0.90 0.49 0.13 332.7 0.83 0.47
Hex DD 15 70 0 5A 31 D 14D 53 2F
Octal 335 25 160 0 132 61 15 515 123 57
Binary 11011101 10101 1110000 0 1011010 110001 1101 101001101 1010011 101111

Color Harmonies of #DD1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1570

Black with #DD1570

Text Example


Text Example

White with #DD1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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