Html Css Color HEX #DC1872 Ruby

📋 copy color: '#DC1872'

red 220 ◦ green 24 ◦ blue 114

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

Shades of Ruby #DC1872

Tints of Ruby #DC1872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

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

R = 61.45%
G = 6.7%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC1872 (or 0xDC1872) is known color: Ruby. HEX triplet: DC, 18 and 72. RGB value is (220,24,114). Sum of RGB (Red+Green+Blue) = 220+24+114=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1872 is #23E78D. Grayscale: #5C5C5C. Windows color (decimal): -2353038 or 7477468. OLE color: 7477468.

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

Color convert

RGB 220 24 114 -
CMYK 0 0.89 0.48 0.14
HSL 332.45º 0.8% 0.48% -
HSV(B) 332.45º 0.89% 0.86% -
XYZ 32.88 17.08 17.48 -
YUV 92.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 220 24 114 0 0.89 0.48 0.14 332.45 0.8 0.48
Hex DC 18 72 0 59 30 E 14C 50 30
Octal 334 30 162 0 131 60 16 514 120 60
Binary 11011100 11000 1110010 0 1011001 110000 1110 101001100 1010000 110000

Color Harmonies of #DC1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1872

Black with #DC1872

Text Example


Text Example

White with #DC1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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