Html Css Color HEX #DD165C Ruby

📋 copy color: '#DD165C'

red 221 ◦ green 22 ◦ blue 92

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

Shades of Ruby #DD165C

Tints of Ruby #DD165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 65.97%
G = 6.57%
B = 27.46%

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

#DD165C (or 0xDD165C) is known color: Ruby. HEX triplet: DD, 16 and 5C. RGB value is (221,22,92). Sum of RGB (Red+Green+Blue) = 221+22+92=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD165C is #22E9A3. Grayscale: #595959. Windows color (decimal): -2288036 or 6035165. OLE color: 6035165.

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

Color convert

RGB 221 22 92 -
CMYK 0 0.90 0.58 0.13
HSL 338.89º 0.82% 0.48% -
HSV(B) 338.89º 0.9% 0.87% -
XYZ 32.04 16.72 11.66 -
YUV 89.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 221 22 92 0 0.90 0.58 0.13 338.89 0.82 0.48
Hex DD 16 5C 0 5A 3A D 153 52 30
Octal 335 26 134 0 132 72 15 523 122 60
Binary 11011101 10110 1011100 0 1011010 111010 1101 101010011 1010010 110000

Color Harmonies of #DD165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD165C

Black with #DD165C

Text Example


Text Example

White with #DD165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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