Html Css Color HEX #DD126F Ruby

📋 copy color: '#DD126F'

red 221 ◦ green 18 ◦ blue 111

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

Shades of Ruby #DD126F

Tints of Ruby #DD126F

RGB

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

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

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

R = 63.14%
G = 5.14%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD126F (or 0xDD126F) is known color: Ruby. HEX triplet: DD, 12 and 6F. RGB value is (221,18,111). Sum of RGB (Red+Green+Blue) = 221+18+111=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD126F is #22ED90. Grayscale: #595959. Windows color (decimal): -2289041 or 7279325. OLE color: 7279325.

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

Color convert

RGB 221 18 111 -
CMYK 0 0.92 0.50 0.13
HSL 332.51º 0.85% 0.47% -
HSV(B) 332.51º 0.92% 0.87% -
XYZ 32.9 16.95 16.58 -
YUV 89.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 221 18 111 0 0.92 0.50 0.13 332.51 0.85 0.47
Hex DD 12 6F 0 5C 32 D 14D 55 2F
Octal 335 22 157 0 134 62 15 515 125 57
Binary 11011101 10010 1101111 0 1011100 110010 1101 101001101 1010101 101111

Color Harmonies of #DD126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD126F

Black with #DD126F

Text Example


Text Example

White with #DD126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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