Html Css Color HEX #DD1256 Ruby

📋 copy color: '#DD1256'

red 221 ◦ green 18 ◦ blue 86

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

Shades of Ruby #DD1256

Tints of Ruby #DD1256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 68%
G = 5.54%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD1256 (or 0xDD1256) is known color: Ruby. HEX triplet: DD, 12 and 56. RGB value is (221,18,86). Sum of RGB (Red+Green+Blue) = 221+18+86=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1256 is #22EDA9. Grayscale: #565656. Windows color (decimal): -2289066 or 5640925. OLE color: 5640925.

HSL color Cylindrical-coordinate representation of color #DD1256: hue angle of 339.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1256 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 86 -
CMYK 0 0.92 0.61 0.13
HSL 339.9º 0.85% 0.47% -
HSV(B) 339.9º 0.92% 0.87% -
XYZ 31.71 16.48 10.31 -
YUV 86.45 127.75 223.97 -
System Red Green Blue C M Y K H S L
Decimal 221 18 86 0 0.92 0.61 0.13 339.9 0.85 0.47
Hex DD 12 56 0 5C 3D D 154 55 2F
Octal 335 22 126 0 134 75 15 524 125 57
Binary 11011101 10010 1010110 0 1011100 111101 1101 101010100 1010101 101111

Color Harmonies of #DD1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1256

Black with #DD1256

Text Example


Text Example

White with #DD1256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1256; }

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

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

background-color css

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

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

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

border-color css

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

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

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