Html Css Color HEX #DD066A Ruby

📋 copy color: '#DD066A'

red 221 ◦ green 6 ◦ blue 106

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

Shades of Ruby #DD066A

Tints of Ruby #DD066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

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

R = 66.37%
G = 1.8%
B = 31.83%

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

#DD066A (or 0xDD066A) is known color: Ruby. HEX triplet: DD, 06 and 6A. RGB value is (221,6,106). Sum of RGB (Red+Green+Blue) = 221+6+106=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD066A is #22F995. Grayscale: #515151. Windows color (decimal): -2292118 or 6948573. OLE color: 6948573.

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

Color convert

RGB 221 6 106 -
CMYK 0 0.97 0.52 0.13
HSL 332.09º 0.95% 0.45% -
HSV(B) 332.09º 0.97% 0.87% -
XYZ 32.49 16.54 15.12 -
YUV 81.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 221 6 106 0 0.97 0.52 0.13 332.09 0.95 0.45
Hex DD 6 6A 0 61 34 D 14C 5F 2D
Octal 335 6 152 0 141 64 15 514 137 55
Binary 11011101 110 1101010 0 1100001 110100 1101 101001100 1011111 101101

Color Harmonies of #DD066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD066A

Black with #DD066A

Text Example


Text Example

White with #DD066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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