Html Css Color HEX #DD165D Ruby

📋 copy color: '#DD165D'

red 221 ◦ green 22 ◦ blue 93

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

Shades of Ruby #DD165D

Tints of Ruby #DD165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 65.77%
G = 6.55%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD165D (or 0xDD165D) is known color: Ruby. HEX triplet: DD, 16 and 5D. RGB value is (221,22,93). Sum of RGB (Red+Green+Blue) = 221+22+93=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165D is #22E9A2. Grayscale: #595959. Windows color (decimal): -2288035 or 6100701. OLE color: 6100701.

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

Color convert

RGB 221 22 93 -
CMYK 0 0.90 0.58 0.13
HSL 338.59º 0.82% 0.48% -
HSV(B) 338.59º 0.9% 0.87% -
XYZ 32.08 16.74 11.9 -
YUV 89.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 221 22 93 0 0.90 0.58 0.13 338.59 0.82 0.48
Hex DD 16 5D 0 5A 3A D 153 52 30
Octal 335 26 135 0 132 72 15 523 122 60
Binary 11011101 10110 1011101 0 1011010 111010 1101 101010011 1010010 110000

Color Harmonies of #DD165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD165D

Black with #DD165D

Text Example


Text Example

White with #DD165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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