Html Css Color HEX #DC1254 Ruby

📋 copy color: '#DC1254'

red 220 ◦ green 18 ◦ blue 84

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

Shades of Ruby #DC1254

Tints of Ruby #DC1254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 68.32%
G = 5.59%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1254 (or 0xDC1254) is known color: Ruby. HEX triplet: DC, 12 and 54. RGB value is (220,18,84). Sum of RGB (Red+Green+Blue) = 220+18+84=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1254 is #23EDAB. Grayscale: #555555. Windows color (decimal): -2354604 or 5509852. OLE color: 5509852.

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

Color convert

RGB 220 18 84 -
CMYK 0 0.92 0.62 0.14
HSL 340.4º 0.85% 0.47% -
HSV(B) 340.4º 0.92% 0.86% -
XYZ 31.33 16.29 9.88 -
YUV 85.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 220 18 84 0 0.92 0.62 0.14 340.4 0.85 0.47
Hex DC 12 54 0 5C 3E E 154 55 2F
Octal 334 22 124 0 134 76 16 524 125 57
Binary 11011100 10010 1010100 0 1011100 111110 1110 101010100 1010101 101111

Color Harmonies of #DC1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1254

Black with #DC1254

Text Example


Text Example

White with #DC1254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1254; }

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

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

background-color css

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

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

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

border-color css

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

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

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