Html Css Color HEX #DD1C60 Ruby

📋 copy color: '#DD1C60'

red 221 ◦ green 28 ◦ blue 96

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

Shades of Ruby #DD1C60

Tints of Ruby #DD1C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 64.06%
G = 8.12%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD1C60 (or 0xDD1C60) is known color: Ruby. HEX triplet: DD, 1C and 60. RGB value is (221,28,96). Sum of RGB (Red+Green+Blue) = 221+28+96=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C60 is #22E39F. Grayscale: #5D5D5D. Windows color (decimal): -2286496 or 6298845. OLE color: 6298845.

HSL color Cylindrical-coordinate representation of color #DD1C60: hue angle of 338.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C60 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 96 -
CMYK 0 0.87 0.57 0.13
HSL 338.86º 0.78% 0.49% -
HSV(B) 338.86º 0.87% 0.87% -
XYZ 32.35 17.05 12.65 -
YUV 93.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 221 28 96 0 0.87 0.57 0.13 338.86 0.78 0.49
Hex DD 1C 60 0 57 39 D 153 4E 31
Octal 335 34 140 0 127 71 15 523 116 61
Binary 11011101 11100 1100000 0 1010111 111001 1101 101010011 1001110 110001

Color Harmonies of #DD1C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C60

Black with #DD1C60

Text Example


Text Example

White with #DD1C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C60; }

 p { color: rgb(221,28,96); }

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

background-color css

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

 a { background-color: rgb(221,28,96); }

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

border-color css

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

 span { border-color: rgb(221,28,96); }

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