Html Css Color HEX #DD1451 Ruby

📋 copy color: '#DD1451'

red 221 ◦ green 20 ◦ blue 81

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

Shades of Ruby #DD1451

Tints of Ruby #DD1451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 68.63%
G = 6.21%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1451 (or 0xDD1451) is known color: Ruby. HEX triplet: DD, 14 and 51. RGB value is (221,20,81). Sum of RGB (Red+Green+Blue) = 221+20+81=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1451 is #22EBAE. Grayscale: #575757. Windows color (decimal): -2288559 or 5313757. OLE color: 5313757.

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

Color convert

RGB 221 20 81 -
CMYK 0 0.91 0.63 0.13
HSL 341.79º 0.83% 0.47% -
HSV(B) 341.79º 0.91% 0.87% -
XYZ 31.55 16.47 9.3 -
YUV 87.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 221 20 81 0 0.91 0.63 0.13 341.79 0.83 0.47
Hex DD 14 51 0 5B 3F D 156 53 2F
Octal 335 24 121 0 133 77 15 526 123 57
Binary 11011101 10100 1010001 0 1011011 111111 1101 101010110 1010011 101111

Color Harmonies of #DD1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1451

Black with #DD1451

Text Example


Text Example

White with #DD1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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