Html Css Color HEX #DC046C Ruby

📋 copy color: '#DC046C'

red 220 ◦ green 4 ◦ blue 108

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

Shades of Ruby #DC046C

Tints of Ruby #DC046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 66.27%
G = 1.2%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC046C (or 0xDC046C) is known color: Ruby. HEX triplet: DC, 04 and 6C. RGB value is (220,4,108). Sum of RGB (Red+Green+Blue) = 220+4+108=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC046C is #23FB93. Grayscale: #505050. Windows color (decimal): -2358164 or 7079132. OLE color: 7079132.

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

Color convert

RGB 220 4 108 -
CMYK 0 0.98 0.51 0.14
HSL 331.11º 0.96% 0.44% -
HSV(B) 331.11º 0.98% 0.86% -
XYZ 32.27 16.39 15.65 -
YUV 80.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 220 4 108 0 0.98 0.51 0.14 331.11 0.96 0.44
Hex DC 4 6C 0 62 33 E 14B 60 2C
Octal 334 4 154 0 142 63 16 513 140 54
Binary 11011100 100 1101100 0 1100010 110011 1110 101001011 1100000 101100

Color Harmonies of #DC046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC046C

Black with #DC046C

Text Example


Text Example

White with #DC046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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