Html Css Color HEX #DC126A Ruby

📋 copy color: '#DC126A'

red 220 ◦ green 18 ◦ blue 106

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

Shades of Ruby #DC126A

Tints of Ruby #DC126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 63.95%
G = 5.23%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC126A (or 0xDC126A) is known color: Ruby. HEX triplet: DC, 12 and 6A. RGB value is (220,18,106). Sum of RGB (Red+Green+Blue) = 220+18+106=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC126A is #23ED95. Grayscale: #585858. Windows color (decimal): -2354582 or 6951644. OLE color: 6951644.

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

Color convert

RGB 220 18 106 -
CMYK 0 0.92 0.52 0.14
HSL 333.86º 0.85% 0.47% -
HSV(B) 333.86º 0.92% 0.86% -
XYZ 32.33 16.69 15.15 -
YUV 88.43 137.92 221.84 -
System Red Green Blue C M Y K H S L
Decimal 220 18 106 0 0.92 0.52 0.14 333.86 0.85 0.47
Hex DC 12 6A 0 5C 34 E 14E 55 2F
Octal 334 22 152 0 134 64 16 516 125 57
Binary 11011100 10010 1101010 0 1011100 110100 1110 101001110 1010101 101111

Color Harmonies of #DC126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC126A

Black with #DC126A

Text Example


Text Example

White with #DC126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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