Html Css Color HEX #DD1772 Ruby

📋 copy color: '#DD1772'

red 221 ◦ green 23 ◦ blue 114

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

Shades of Ruby #DD1772

Tints of Ruby #DD1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 61.73%
G = 6.42%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1772 (or 0xDD1772) is known color: Ruby. HEX triplet: DD, 17 and 72. RGB value is (221,23,114). Sum of RGB (Red+Green+Blue) = 221+23+114=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1772 is #22E88D. Grayscale: #5C5C5C. Windows color (decimal): -2287758 or 7477213. OLE color: 7477213.

HSL color Cylindrical-coordinate representation of color #DD1772: hue angle of 332.42º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1772 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 114 -
CMYK 0 0.90 0.48 0.13
HSL 332.42º 0.81% 0.48% -
HSV(B) 332.42º 0.9% 0.87% -
XYZ 33.16 17.2 17.49 -
YUV 92.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 221 23 114 0 0.90 0.48 0.13 332.42 0.81 0.48
Hex DD 17 72 0 5A 30 D 14C 51 30
Octal 335 27 162 0 132 60 15 514 121 60
Binary 11011101 10111 1110010 0 1011010 110000 1101 101001100 1010001 110000

Color Harmonies of #DD1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1772

Black with #DD1772

Text Example


Text Example

White with #DD1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1772; }

 p { color: rgb(221,23,114); }

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

background-color css

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

 a { background-color: rgb(221,23,114); }

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

border-color css

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

 span { border-color: rgb(221,23,114); }

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