Html Css Color HEX #DC165B Ruby

📋 copy color: '#DC165B'

red 220 ◦ green 22 ◦ blue 91

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

Shades of Ruby #DC165B

Tints of Ruby #DC165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 66.07%
G = 6.61%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC165B (or 0xDC165B) is known color: Ruby. HEX triplet: DC, 16 and 5B. RGB value is (220,22,91). Sum of RGB (Red+Green+Blue) = 220+22+91=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC165B is #23E9A4. Grayscale: #585858. Windows color (decimal): -2353573 or 5969628. OLE color: 5969628.

HSL color Cylindrical-coordinate representation of color #DC165B: hue angle of 339.09º 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 #DC165B is Cyan = 0, Magento = 0.9, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 91 -
CMYK 0 0.9 0.59 0.14
HSL 339.09º 0.82% 0.47% -
HSV(B) 339.09º 0.9% 0.86% -
XYZ 31.69 16.54 11.42 -
YUV 89.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 220 22 91 0 0.9 0.59 0.14 339.09 0.82 0.47
Hex DC 16 5B 0 5A 3B E 153 52 2F
Octal 334 26 133 0 132 73 16 523 122 57
Binary 11011100 10110 1011011 0 1011010 111011 1110 101010011 1010010 101111

Color Harmonies of #DC165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC165B

Black with #DC165B

Text Example


Text Example

White with #DC165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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