Html Css Color HEX #DD066C Ruby

📋 copy color: '#DD066C'

red 221 ◦ green 6 ◦ blue 108

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

Shades of Ruby #DD066C

Tints of Ruby #DD066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 65.97%
G = 1.79%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD066C (or 0xDD066C) is known color: Ruby. HEX triplet: DD, 06 and 6C. RGB value is (221,6,108). Sum of RGB (Red+Green+Blue) = 221+6+108=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD066C is #22F993. Grayscale: #515151. Windows color (decimal): -2292116 or 7079645. OLE color: 7079645.

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

Color convert

RGB 221 6 108 -
CMYK 0 0.97 0.51 0.13
HSL 331.53º 0.95% 0.45% -
HSV(B) 331.53º 0.97% 0.87% -
XYZ 32.59 16.59 15.67 -
YUV 81.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 221 6 108 0 0.97 0.51 0.13 331.53 0.95 0.45
Hex DD 6 6C 0 61 33 D 14C 5F 2D
Octal 335 6 154 0 141 63 15 514 137 55
Binary 11011101 110 1101100 0 1100001 110011 1101 101001100 1011111 101101

Color Harmonies of #DD066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD066C

Black with #DD066C

Text Example


Text Example

White with #DD066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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