Html Css Color HEX #DD076F Ruby

📋 copy color: '#DD076F'

red 221 ◦ green 7 ◦ blue 111

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

Shades of Ruby #DD076F

Tints of Ruby #DD076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

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

R = 65.19%
G = 2.06%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD076F (or 0xDD076F) is known color: Ruby. HEX triplet: DD, 07 and 6F. RGB value is (221,7,111). Sum of RGB (Red+Green+Blue) = 221+7+111=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076F is #22F890. Grayscale: #525252. Windows color (decimal): -2291857 or 7276509. OLE color: 7276509.

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

Color convert

RGB 221 7 111 -
CMYK 0 0.97 0.50 0.13
HSL 330.84º 0.94% 0.45% -
HSV(B) 330.84º 0.97% 0.87% -
XYZ 32.76 16.67 16.53 -
YUV 82.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 221 7 111 0 0.97 0.50 0.13 330.84 0.94 0.45
Hex DD 7 6F 0 61 32 D 14B 5E 2D
Octal 335 7 157 0 141 62 15 513 136 55
Binary 11011101 111 1101111 0 1100001 110010 1101 101001011 1011110 101101

Color Harmonies of #DD076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD076F

Black with #DD076F

Text Example


Text Example

White with #DD076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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