Html Css Color HEX #DD076A Ruby

📋 copy color: '#DD076A'

red 221 ◦ green 7 ◦ blue 106

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

Shades of Ruby #DD076A

Tints of Ruby #DD076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 66.17%
G = 2.1%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD076A (or 0xDD076A) is known color: Ruby. HEX triplet: DD, 07 and 6A. RGB value is (221,7,106). Sum of RGB (Red+Green+Blue) = 221+7+106=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076A is #22F895. Grayscale: #525252. Windows color (decimal): -2291862 or 6948829. OLE color: 6948829.

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

Color convert

RGB 221 7 106 -
CMYK 0 0.97 0.52 0.13
HSL 332.24º 0.94% 0.45% -
HSV(B) 332.24º 0.97% 0.87% -
XYZ 32.5 16.56 15.12 -
YUV 82.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 221 7 106 0 0.97 0.52 0.13 332.24 0.94 0.45
Hex DD 7 6A 0 61 34 D 14C 5E 2D
Octal 335 7 152 0 141 64 15 514 136 55
Binary 11011101 111 1101010 0 1100001 110100 1101 101001100 1011110 101101

Color Harmonies of #DD076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD076A

Black with #DD076A

Text Example


Text Example

White with #DD076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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