Html Css Color HEX #DC056A Ruby

📋 copy color: '#DC056A'

red 220 ◦ green 5 ◦ blue 106

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

Shades of Ruby #DC056A

Tints of Ruby #DC056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 66.47%
G = 1.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC056A (or 0xDC056A) is known color: Ruby. HEX triplet: DC, 05 and 6A. RGB value is (220,5,106). Sum of RGB (Red+Green+Blue) = 220+5+106=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC056A is #23FA95. Grayscale: #505050. Windows color (decimal): -2357910 or 6948316. OLE color: 6948316.

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

Color convert

RGB 220 5 106 -
CMYK 0 0.98 0.52 0.14
HSL 331.81º 0.96% 0.44% -
HSV(B) 331.81º 0.98% 0.86% -
XYZ 32.17 16.36 15.1 -
YUV 80.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 220 5 106 0 0.98 0.52 0.14 331.81 0.96 0.44
Hex DC 5 6A 0 62 34 E 14C 60 2C
Octal 334 5 152 0 142 64 16 514 140 54
Binary 11011100 101 1101010 0 1100010 110100 1110 101001100 1100000 101100

Color Harmonies of #DC056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC056A

Black with #DC056A

Text Example


Text Example

White with #DC056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC056A; }

 p { color: rgb(220,5,106); }

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

background-color css

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

 a { background-color: rgb(220,5,106); }

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

border-color css

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

 span { border-color: rgb(220,5,106); }

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