Html Css Color HEX #DC126C Ruby

📋 copy color: '#DC126C'

red 220 ◦ green 18 ◦ blue 108

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

Shades of Ruby #DC126C

Tints of Ruby #DC126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 63.58%
G = 5.2%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC126C (or 0xDC126C) is known color: Ruby. HEX triplet: DC, 12 and 6C. RGB value is (220,18,108). Sum of RGB (Red+Green+Blue) = 220+18+108=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC126C is #23ED93. Grayscale: #585858. Windows color (decimal): -2354580 or 7082716. OLE color: 7082716.

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

Color convert

RGB 220 18 108 -
CMYK 0 0.92 0.51 0.14
HSL 333.27º 0.85% 0.47% -
HSV(B) 333.27º 0.92% 0.86% -
XYZ 32.44 16.73 15.71 -
YUV 88.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 220 18 108 0 0.92 0.51 0.14 333.27 0.85 0.47
Hex DC 12 6C 0 5C 33 E 14D 55 2F
Octal 334 22 154 0 134 63 16 515 125 57
Binary 11011100 10010 1101100 0 1011100 110011 1110 101001101 1010101 101111

Color Harmonies of #DC126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC126C

Black with #DC126C

Text Example


Text Example

White with #DC126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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