Html Css Color HEX #DC036F Ruby

📋 copy color: '#DC036F'

red 220 ◦ green 3 ◦ blue 111

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

Shades of Ruby #DC036F

Tints of Ruby #DC036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 65.87%
G = 0.9%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC036F (or 0xDC036F) is known color: Ruby. HEX triplet: DC, 03 and 6F. RGB value is (220,3,111). Sum of RGB (Red+Green+Blue) = 220+3+111=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC036F is #23FC90. Grayscale: #4F4F4F. Windows color (decimal): -2358417 or 7275484. OLE color: 7275484.

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

Color convert

RGB 220 3 111 -
CMYK 0 0.99 0.50 0.14
HSL 330.14º 0.97% 0.44% -
HSV(B) 330.14º 0.99% 0.86% -
XYZ 32.42 16.43 16.5 -
YUV 80.2 145.39 227.72 -
System Red Green Blue C M Y K H S L
Decimal 220 3 111 0 0.99 0.50 0.14 330.14 0.97 0.44
Hex DC 3 6F 0 63 32 E 14A 61 2C
Octal 334 3 157 0 143 62 16 512 141 54
Binary 11011100 11 1101111 0 1100011 110010 1110 101001010 1100001 101100

Color Harmonies of #DC036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC036F

Black with #DC036F

Text Example


Text Example

White with #DC036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC036F; }

 p { color: rgb(220,3,111); }

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

background-color css

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

 a { background-color: rgb(220,3,111); }

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

border-color css

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

 span { border-color: rgb(220,3,111); }

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