Html Css Color HEX #DD1470 Ruby

📋 copy color: '#DD1470'

red 221 ◦ green 20 ◦ blue 112

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

Shades of Ruby #DD1470

Tints of Ruby #DD1470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 62.61%
G = 5.67%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1470 (or 0xDD1470) is known color: Ruby. HEX triplet: DD, 14 and 70. RGB value is (221,20,112). Sum of RGB (Red+Green+Blue) = 221+20+112=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1470 is #22EB8F. Grayscale: #5A5A5A. Windows color (decimal): -2288528 or 7345373. OLE color: 7345373.

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

Color convert

RGB 221 20 112 -
CMYK 0 0.91 0.49 0.13
HSL 332.54º 0.83% 0.47% -
HSV(B) 332.54º 0.91% 0.87% -
XYZ 32.99 17.04 16.88 -
YUV 90.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 221 20 112 0 0.91 0.49 0.13 332.54 0.83 0.47
Hex DD 14 70 0 5B 31 D 14D 53 2F
Octal 335 24 160 0 133 61 15 515 123 57
Binary 11011101 10100 1110000 0 1011011 110001 1101 101001101 1010011 101111

Color Harmonies of #DD1470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1470

Black with #DD1470

Text Example


Text Example

White with #DD1470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1470; }

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

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

background-color css

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

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

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

border-color css

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

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

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