Html Css Color HEX #DD066B Ruby

📋 copy color: '#DD066B'

red 221 ◦ green 6 ◦ blue 107

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

Shades of Ruby #DD066B

Tints of Ruby #DD066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 66.17%
G = 1.8%
B = 32.04%

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

#DD066B (or 0xDD066B) is known color: Ruby. HEX triplet: DD, 06 and 6B. RGB value is (221,6,107). Sum of RGB (Red+Green+Blue) = 221+6+107=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD066B is #22F994. Grayscale: #515151. Windows color (decimal): -2292117 or 7014109. OLE color: 7014109.

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

Color convert

RGB 221 6 107 -
CMYK 0 0.97 0.52 0.13
HSL 331.81º 0.95% 0.45% -
HSV(B) 331.81º 0.97% 0.87% -
XYZ 32.54 16.56 15.39 -
YUV 81.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 221 6 107 0 0.97 0.52 0.13 331.81 0.95 0.45
Hex DD 6 6B 0 61 34 D 14C 5F 2D
Octal 335 6 153 0 141 64 15 514 137 55
Binary 11011101 110 1101011 0 1100001 110100 1101 101001100 1011111 101101

Color Harmonies of #DD066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD066B

Black with #DD066B

Text Example


Text Example

White with #DD066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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