Html Css Color HEX #DD1665 Ruby

📋 copy color: '#DD1665'

red 221 ◦ green 22 ◦ blue 101

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

Shades of Ruby #DD1665

Tints of Ruby #DD1665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 64.24%
G = 6.4%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1665 (or 0xDD1665) is known color: Ruby. HEX triplet: DD, 16 and 65. RGB value is (221,22,101). Sum of RGB (Red+Green+Blue) = 221+22+101=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1665 is #22E99A. Grayscale: #5A5A5A. Windows color (decimal): -2288027 or 6624989. OLE color: 6624989.

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

Color convert

RGB 221 22 101 -
CMYK 0 0.90 0.54 0.13
HSL 336.18º 0.82% 0.48% -
HSV(B) 336.18º 0.9% 0.87% -
XYZ 32.45 16.89 13.86 -
YUV 90.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 221 22 101 0 0.90 0.54 0.13 336.18 0.82 0.48
Hex DD 16 65 0 5A 36 D 150 52 30
Octal 335 26 145 0 132 66 15 520 122 60
Binary 11011101 10110 1100101 0 1011010 110110 1101 101010000 1010010 110000

Color Harmonies of #DD1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1665

Black with #DD1665

Text Example


Text Example

White with #DD1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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