Html Css Color HEX #DD066F Ruby

📋 copy color: '#DD066F'

red 221 ◦ green 6 ◦ blue 111

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

Shades of Ruby #DD066F

Tints of Ruby #DD066F

RGB

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

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

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

R = 65.38%
G = 1.78%
B = 32.84%

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

#DD066F (or 0xDD066F) is known color: Ruby. HEX triplet: DD, 06 and 6F. RGB value is (221,6,111). Sum of RGB (Red+Green+Blue) = 221+6+111=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD066F is #22F990. Grayscale: #525252. Windows color (decimal): -2292113 or 7276253. OLE color: 7276253.

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

Color convert

RGB 221 6 111 -
CMYK 0 0.97 0.50 0.13
HSL 330.7º 0.95% 0.45% -
HSV(B) 330.7º 0.97% 0.87% -
XYZ 32.75 16.65 16.53 -
YUV 82.26 144.23 226.96 -
System Red Green Blue C M Y K H S L
Decimal 221 6 111 0 0.97 0.50 0.13 330.7 0.95 0.45
Hex DD 6 6F 0 61 32 D 14B 5F 2D
Octal 335 6 157 0 141 62 15 513 137 55
Binary 11011101 110 1101111 0 1100001 110010 1101 101001011 1011111 101101

Color Harmonies of #DD066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD066F

Black with #DD066F

Text Example


Text Example

White with #DD066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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