Html Css Color HEX #DD056F Ruby

📋 copy color: '#DD056F'

red 221 ◦ green 5 ◦ blue 111

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

Shades of Ruby #DD056F

Tints of Ruby #DD056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 65.58%
G = 1.48%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD056F (or 0xDD056F) is known color: Ruby. HEX triplet: DD, 05 and 6F. RGB value is (221,5,111). Sum of RGB (Red+Green+Blue) = 221+5+111=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD056F is #22FA90. Grayscale: #515151. Windows color (decimal): -2292369 or 7275997. OLE color: 7275997.

HSL color Cylindrical-coordinate representation of color #DD056F: hue angle of 330.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD056F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 111 -
CMYK 0 0.98 0.50 0.13
HSL 330.56º 0.96% 0.44% -
HSV(B) 330.56º 0.98% 0.87% -
XYZ 32.74 16.63 16.52 -
YUV 81.67 144.56 227.38 -
System Red Green Blue C M Y K H S L
Decimal 221 5 111 0 0.98 0.50 0.13 330.56 0.96 0.44
Hex DD 5 6F 0 62 32 D 14B 60 2C
Octal 335 5 157 0 142 62 15 513 140 54
Binary 11011101 101 1101111 0 1100010 110010 1101 101001011 1100000 101100

Color Harmonies of #DD056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD056F

Black with #DD056F

Text Example


Text Example

White with #DD056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD056F; }

 p { color: rgb(221,5,111); }

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

background-color css

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

 a { background-color: rgb(221,5,111); }

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

border-color css

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

 span { border-color: rgb(221,5,111); }

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