Html Css Color HEX #DD046E Ruby

📋 copy color: '#DD046E'

red 221 ◦ green 4 ◦ blue 110

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

Shades of Ruby #DD046E

Tints of Ruby #DD046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 65.97%
G = 1.19%
B = 32.84%

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

#DD046E (or 0xDD046E) is known color: Ruby. HEX triplet: DD, 04 and 6E. RGB value is (221,4,110). Sum of RGB (Red+Green+Blue) = 221+4+110=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD046E is #22FB91. Grayscale: #505050. Windows color (decimal): -2292626 or 7210205. OLE color: 7210205.

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

Color convert

RGB 221 4 110 -
CMYK 0 0.98 0.50 0.13
HSL 330.69º 0.96% 0.44% -
HSV(B) 330.69º 0.98% 0.87% -
XYZ 32.68 16.58 16.23 -
YUV 80.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 221 4 110 0 0.98 0.50 0.13 330.69 0.96 0.44
Hex DD 4 6E 0 62 32 D 14B 60 2C
Octal 335 4 156 0 142 62 15 513 140 54
Binary 11011101 100 1101110 0 1100010 110010 1101 101001011 1100000 101100

Color Harmonies of #DD046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD046E

Black with #DD046E

Text Example


Text Example

White with #DD046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD046E; }

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

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

background-color css

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

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

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

border-color css

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

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

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