Html Css Color HEX #DC126B Ruby

📋 copy color: '#DC126B'

red 220 ◦ green 18 ◦ blue 107

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

Shades of Ruby #DC126B

Tints of Ruby #DC126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 63.77%
G = 5.22%
B = 31.01%

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

#DC126B (or 0xDC126B) is known color: Ruby. HEX triplet: DC, 12 and 6B. RGB value is (220,18,107). Sum of RGB (Red+Green+Blue) = 220+18+107=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC126B is #23ED94. Grayscale: #585858. Windows color (decimal): -2354581 or 7017180. OLE color: 7017180.

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

Color convert

RGB 220 18 107 -
CMYK 0 0.92 0.51 0.14
HSL 333.56º 0.85% 0.47% -
HSV(B) 333.56º 0.92% 0.86% -
XYZ 32.39 16.71 15.43 -
YUV 88.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 220 18 107 0 0.92 0.51 0.14 333.56 0.85 0.47
Hex DC 12 6B 0 5C 33 E 14E 55 2F
Octal 334 22 153 0 134 63 16 516 125 57
Binary 11011100 10010 1101011 0 1011100 110011 1110 101001110 1010101 101111

Color Harmonies of #DC126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC126B

Black with #DC126B

Text Example


Text Example

White with #DC126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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