Html Css Color HEX #DD1254 Ruby

📋 copy color: '#DD1254'

red 221 ◦ green 18 ◦ blue 84

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

Shades of Ruby #DD1254

Tints of Ruby #DD1254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 68.42%
G = 5.57%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1254 (or 0xDD1254) is known color: Ruby. HEX triplet: DD, 12 and 54. RGB value is (221,18,84). Sum of RGB (Red+Green+Blue) = 221+18+84=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1254 is #22EDAB. Grayscale: #565656. Windows color (decimal): -2289068 or 5509853. OLE color: 5509853.

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

Color convert

RGB 221 18 84 -
CMYK 0 0.92 0.62 0.13
HSL 340.49º 0.85% 0.47% -
HSV(B) 340.49º 0.92% 0.87% -
XYZ 31.64 16.44 9.89 -
YUV 86.22 126.75 224.13 -
System Red Green Blue C M Y K H S L
Decimal 221 18 84 0 0.92 0.62 0.13 340.49 0.85 0.47
Hex DD 12 54 0 5C 3E D 154 55 2F
Octal 335 22 124 0 134 76 15 524 125 57
Binary 11011101 10010 1010100 0 1011100 111110 1101 101010100 1010101 101111

Color Harmonies of #DD1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1254

Black with #DD1254

Text Example


Text Example

White with #DD1254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1254; }

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

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

background-color css

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

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

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

border-color css

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

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

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