Html Css Color HEX #DC165C Ruby

📋 copy color: '#DC165C'

red 220 ◦ green 22 ◦ blue 92

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

Shades of Ruby #DC165C

Tints of Ruby #DC165C

RGB

 RED value IS 220 (86.33% from 255) = 65.87%

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

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

R = 65.87%
G = 6.59%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC165C (or 0xDC165C) is known color: Ruby. HEX triplet: DC, 16 and 5C. RGB value is (220,22,92). Sum of RGB (Red+Green+Blue) = 220+22+92=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC165C is #23E9A3. Grayscale: #595959. Windows color (decimal): -2353572 or 6035164. OLE color: 6035164.

HSL color Cylindrical-coordinate representation of color #DC165C: hue angle of 338.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC165C is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 92 -
CMYK 0 0.9 0.58 0.14
HSL 338.79º 0.82% 0.47% -
HSV(B) 338.79º 0.9% 0.86% -
XYZ 31.73 16.56 11.65 -
YUV 89.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 220 22 92 0 0.9 0.58 0.14 338.79 0.82 0.47
Hex DC 16 5C 0 5A 3A E 153 52 2F
Octal 334 26 134 0 132 72 16 523 122 57
Binary 11011100 10110 1011100 0 1011010 111010 1110 101010011 1010010 101111

Color Harmonies of #DC165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC165C

Black with #DC165C

Text Example


Text Example

White with #DC165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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