Html Css Color HEX #DC155B Ruby

📋 copy color: '#DC155B'

red 220 ◦ green 21 ◦ blue 91

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

Shades of Ruby #DC155B

Tints of Ruby #DC155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

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

R = 66.27%
G = 6.33%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC155B (or 0xDC155B) is known color: Ruby. HEX triplet: DC, 15 and 5B. RGB value is (220,21,91). Sum of RGB (Red+Green+Blue) = 220+21+91=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC155B is #23EAA4. Grayscale: #585858. Windows color (decimal): -2353829 or 5969372. OLE color: 5969372.

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

Color convert

RGB 220 21 91 -
CMYK 0 0.90 0.59 0.14
HSL 338.89º 0.83% 0.47% -
HSV(B) 338.89º 0.9% 0.86% -
XYZ 31.67 16.51 11.41 -
YUV 88.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 220 21 91 0 0.90 0.59 0.14 338.89 0.83 0.47
Hex DC 15 5B 0 5A 3B E 153 53 2F
Octal 334 25 133 0 132 73 16 523 123 57
Binary 11011100 10101 1011011 0 1011010 111011 1110 101010011 1010011 101111

Color Harmonies of #DC155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC155B

Black with #DC155B

Text Example


Text Example

White with #DC155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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