Html Css Color HEX #DC1858 Ruby

📋 copy color: '#DC1858'

red 220 ◦ green 24 ◦ blue 88

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

Shades of Ruby #DC1858

Tints of Ruby #DC1858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 66.27%
G = 7.23%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC1858 (or 0xDC1858) is known color: Ruby. HEX triplet: DC, 18 and 58. RGB value is (220,24,88). Sum of RGB (Red+Green+Blue) = 220+24+88=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1858 is #23E7A7. Grayscale: #595959. Windows color (decimal): -2353064 or 5773532. OLE color: 5773532.

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

Color convert

RGB 220 24 88 -
CMYK 0 0.89 0.6 0.14
HSL 340.41º 0.8% 0.48% -
HSV(B) 340.41º 0.89% 0.86% -
XYZ 31.6 16.57 10.77 -
YUV 89.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 220 24 88 0 0.89 0.6 0.14 340.41 0.8 0.48
Hex DC 18 58 0 59 3C E 154 50 30
Octal 334 30 130 0 131 74 16 524 120 60
Binary 11011100 11000 1011000 0 1011001 111100 1110 101010100 1010000 110000

Color Harmonies of #DC1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1858

Black with #DC1858

Text Example


Text Example

White with #DC1858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1858; }

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

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

background-color css

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

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

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

border-color css

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

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

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