Html Css Color HEX #DC1672 Ruby

📋 copy color: '#DC1672'

red 220 ◦ green 22 ◦ blue 114

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

Shades of Ruby #DC1672

Tints of Ruby #DC1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 61.8%
G = 6.18%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC1672 (or 0xDC1672) is known color: Ruby. HEX triplet: DC, 16 and 72. RGB value is (220,22,114). Sum of RGB (Red+Green+Blue) = 220+22+114=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1672 is #23E98D. Grayscale: #5B5B5B. Windows color (decimal): -2353550 or 7476956. OLE color: 7476956.

HSL color Cylindrical-coordinate representation of color #DC1672: hue angle of 332.12º degrees, saturation: 0.82, 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 #DC1672 is Cyan = 0, Magento = 0.9, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 114 -
CMYK 0 0.9 0.48 0.14
HSL 332.12º 0.82% 0.47% -
HSV(B) 332.12º 0.9% 0.86% -
XYZ 32.84 17 17.47 -
YUV 91.69 140.6 219.52 -
System Red Green Blue C M Y K H S L
Decimal 220 22 114 0 0.9 0.48 0.14 332.12 0.82 0.47
Hex DC 16 72 0 5A 30 E 14C 52 2F
Octal 334 26 162 0 132 60 16 514 122 57
Binary 11011100 10110 1110010 0 1011010 110000 1110 101001100 1010010 101111

Color Harmonies of #DC1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1672

Black with #DC1672

Text Example


Text Example

White with #DC1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1672; }

 p { color: rgb(220,22,114); }

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

background-color css

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

 a { background-color: rgb(220,22,114); }

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

border-color css

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

 span { border-color: rgb(220,22,114); }

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