Html Css Color HEX #DD056E Ruby

📋 copy color: '#DD056E'

red 221 ◦ green 5 ◦ blue 110

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

Shades of Ruby #DD056E

Tints of Ruby #DD056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 65.77%
G = 1.49%
B = 32.74%

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

#DD056E (or 0xDD056E) is known color: Ruby. HEX triplet: DD, 05 and 6E. RGB value is (221,5,110). Sum of RGB (Red+Green+Blue) = 221+5+110=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD056E is #22FA91. Grayscale: #515151. Windows color (decimal): -2292370 or 7210461. OLE color: 7210461.

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

Color convert

RGB 221 5 110 -
CMYK 0 0.98 0.50 0.13
HSL 330.83º 0.96% 0.44% -
HSV(B) 330.83º 0.98% 0.87% -
XYZ 32.69 16.61 16.23 -
YUV 81.55 144.06 227.46 -
System Red Green Blue C M Y K H S L
Decimal 221 5 110 0 0.98 0.50 0.13 330.83 0.96 0.44
Hex DD 5 6E 0 62 32 D 14B 60 2C
Octal 335 5 156 0 142 62 15 513 140 54
Binary 11011101 101 1101110 0 1100010 110010 1101 101001011 1100000 101100

Color Harmonies of #DD056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD056E

Black with #DD056E

Text Example


Text Example

White with #DD056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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