Html Css Color HEX #DC046E Ruby

📋 copy color: '#DC046E'

red 220 ◦ green 4 ◦ blue 110

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

Shades of Ruby #DC046E

Tints of Ruby #DC046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 65.87%
G = 1.2%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC046E (or 0xDC046E) is known color: Ruby. HEX triplet: DC, 04 and 6E. RGB value is (220,4,110). Sum of RGB (Red+Green+Blue) = 220+4+110=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC046E is #23FB91. Grayscale: #505050. Windows color (decimal): -2358162 or 7210204. OLE color: 7210204.

HSL color Cylindrical-coordinate representation of color #DC046E: hue angle of 330.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC046E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 110 -
CMYK 0 0.98 0.50 0.14
HSL 330.56º 0.96% 0.44% -
HSV(B) 330.56º 0.98% 0.86% -
XYZ 32.37 16.43 16.22 -
YUV 80.67 144.56 227.38 -
System Red Green Blue C M Y K H S L
Decimal 220 4 110 0 0.98 0.50 0.14 330.56 0.96 0.44
Hex DC 4 6E 0 62 32 E 14B 60 2C
Octal 334 4 156 0 142 62 16 513 140 54
Binary 11011100 100 1101110 0 1100010 110010 1110 101001011 1100000 101100

Color Harmonies of #DC046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC046E

Black with #DC046E

Text Example


Text Example

White with #DC046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC046E; }

 p { color: rgb(220,4,110); }

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

background-color css

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

 a { background-color: rgb(220,4,110); }

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

border-color css

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

 span { border-color: rgb(220,4,110); }

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