Html Css Color HEX #DC136C Ruby

📋 copy color: '#DC136C'

red 220 ◦ green 19 ◦ blue 108

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

Shades of Ruby #DC136C

Tints of Ruby #DC136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 63.4%
G = 5.48%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC136C (or 0xDC136C) is known color: Ruby. HEX triplet: DC, 13 and 6C. RGB value is (220,19,108). Sum of RGB (Red+Green+Blue) = 220+19+108=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC136C is #23EC93. Grayscale: #595959. Windows color (decimal): -2354324 or 7082972. OLE color: 7082972.

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

Color convert

RGB 220 19 108 -
CMYK 0 0.91 0.51 0.14
HSL 333.43º 0.84% 0.47% -
HSV(B) 333.43º 0.91% 0.86% -
XYZ 32.45 16.76 15.71 -
YUV 89.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 220 19 108 0 0.91 0.51 0.14 333.43 0.84 0.47
Hex DC 13 6C 0 5B 33 E 14D 54 2F
Octal 334 23 154 0 133 63 16 515 124 57
Binary 11011100 10011 1101100 0 1011011 110011 1110 101001101 1010100 101111

Color Harmonies of #DC136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC136C

Black with #DC136C

Text Example


Text Example

White with #DC136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC136C; }

 p { color: rgb(220,19,108); }

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

background-color css

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

 a { background-color: rgb(220,19,108); }

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

border-color css

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

 span { border-color: rgb(220,19,108); }

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