Html Css Color HEX #DD1668 Ruby

📋 copy color: '#DD1668'

red 221 ◦ green 22 ◦ blue 104

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

Shades of Ruby #DD1668

Tints of Ruby #DD1668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.34%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 63.69%
G = 6.34%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD1668 (or 0xDD1668) is known color: Ruby. HEX triplet: DD, 16 and 68. RGB value is (221,22,104). Sum of RGB (Red+Green+Blue) = 221+22+104=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1668 is #22E997. Grayscale: #5A5A5A. Windows color (decimal): -2288024 or 6821597. OLE color: 6821597.

HSL color Cylindrical-coordinate representation of color #DD1668: hue angle of 335.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1668 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 104 -
CMYK 0 0.90 0.53 0.13
HSL 335.28º 0.82% 0.48% -
HSV(B) 335.28º 0.9% 0.87% -
XYZ 32.6 16.95 14.65 -
YUV 90.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 221 22 104 0 0.90 0.53 0.13 335.28 0.82 0.48
Hex DD 16 68 0 5A 35 D 14F 52 30
Octal 335 26 150 0 132 65 15 517 122 60
Binary 11011101 10110 1101000 0 1011010 110101 1101 101001111 1010010 110000

Color Harmonies of #DD1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1668

Black with #DD1668

Text Example


Text Example

White with #DD1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1668; }

 p { color: rgb(221,22,104); }

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

background-color css

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

 a { background-color: rgb(221,22,104); }

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

border-color css

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

 span { border-color: rgb(221,22,104); }

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