Html Css Color HEX #DD1C56 Ruby

📋 copy color: '#DD1C56'

red 221 ◦ green 28 ◦ blue 86

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

Shades of Ruby #DD1C56

Tints of Ruby #DD1C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 65.97%
G = 8.36%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD1C56 (or 0xDD1C56) is known color: Ruby. HEX triplet: DD, 1C and 56. RGB value is (221,28,86). Sum of RGB (Red+Green+Blue) = 221+28+86=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C56 is #22E3A9. Grayscale: #5C5C5C. Windows color (decimal): -2286506 or 5643485. OLE color: 5643485.

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

Color convert

RGB 221 28 86 -
CMYK 0 0.87 0.61 0.13
HSL 341.97º 0.78% 0.49% -
HSV(B) 341.97º 0.87% 0.87% -
XYZ 31.91 16.87 10.38 -
YUV 92.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 221 28 86 0 0.87 0.61 0.13 341.97 0.78 0.49
Hex DD 1C 56 0 57 3D D 156 4E 31
Octal 335 34 126 0 127 75 15 526 116 61
Binary 11011101 11100 1010110 0 1010111 111101 1101 101010110 1001110 110001

Color Harmonies of #DD1C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C56

Black with #DD1C56

Text Example


Text Example

White with #DD1C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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