Html Css Color HEX #DC1374 Ruby

📋 copy color: '#DC1374'

red 220 ◦ green 19 ◦ blue 116

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

Shades of Ruby #DC1374

Tints of Ruby #DC1374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

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

R = 61.97%
G = 5.35%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1374 (or 0xDC1374) is known color: Ruby. HEX triplet: DC, 13 and 74. RGB value is (220,19,116). Sum of RGB (Red+Green+Blue) = 220+19+116=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1374 is #23EC8B. Grayscale: #595959. Windows color (decimal): -2354316 or 7607260. OLE color: 7607260.

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

Color convert

RGB 220 19 116 -
CMYK 0 0.91 0.47 0.14
HSL 331.04º 0.84% 0.47% -
HSV(B) 331.04º 0.91% 0.86% -
XYZ 32.9 16.94 18.06 -
YUV 90.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 220 19 116 0 0.91 0.47 0.14 331.04 0.84 0.47
Hex DC 13 74 0 5B 2F E 14B 54 2F
Octal 334 23 164 0 133 57 16 513 124 57
Binary 11011100 10011 1110100 0 1011011 101111 1110 101001011 1010100 101111

Color Harmonies of #DC1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1374

Black with #DC1374

Text Example


Text Example

White with #DC1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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