Html Css Color HEX #DC1674 Ruby

📋 copy color: '#DC1674'

red 220 ◦ green 22 ◦ blue 116

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

Shades of Ruby #DC1674

Tints of Ruby #DC1674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 61.45%
G = 6.15%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1674 (or 0xDC1674) is known color: Ruby. HEX triplet: DC, 16 and 74. RGB value is (220,22,116). Sum of RGB (Red+Green+Blue) = 220+22+116=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1674 is #23E98B. Grayscale: #5B5B5B. Windows color (decimal): -2353548 or 7608028. OLE color: 7608028.

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

Color convert

RGB 220 22 116 -
CMYK 0 0.9 0.47 0.14
HSL 331.52º 0.82% 0.47% -
HSV(B) 331.52º 0.9% 0.86% -
XYZ 32.95 17.05 18.08 -
YUV 91.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 220 22 116 0 0.9 0.47 0.14 331.52 0.82 0.47
Hex DC 16 74 0 5A 2F E 14C 52 2F
Octal 334 26 164 0 132 57 16 514 122 57
Binary 11011100 10110 1110100 0 1011010 101111 1110 101001100 1010010 101111

Color Harmonies of #DC1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1674

Black with #DC1674

Text Example


Text Example

White with #DC1674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1674; }

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

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

background-color css

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

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

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

border-color css

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

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

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