Html Css Color HEX #DC0772 Ruby

📋 copy color: '#DC0772'

red 220 ◦ green 7 ◦ blue 114

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

Shades of Ruby #DC0772

Tints of Ruby #DC0772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 64.52%
G = 2.05%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0772 (or 0xDC0772) is known color: Ruby. HEX triplet: DC, 07 and 72. RGB value is (220,7,114). Sum of RGB (Red+Green+Blue) = 220+7+114=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0772 is #23F88D. Grayscale: #525252. Windows color (decimal): -2357390 or 7473116. OLE color: 7473116.

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

Color convert

RGB 220 7 114 -
CMYK 0 0.97 0.48 0.14
HSL 329.86º 0.94% 0.45% -
HSV(B) 329.86º 0.97% 0.86% -
XYZ 32.63 16.58 17.4 -
YUV 82.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 220 7 114 0 0.97 0.48 0.14 329.86 0.94 0.45
Hex DC 7 72 0 61 30 E 14A 5E 2D
Octal 334 7 162 0 141 60 16 512 136 55
Binary 11011100 111 1110010 0 1100001 110000 1110 101001010 1011110 101101

Color Harmonies of #DC0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0772

Black with #DC0772

Text Example


Text Example

White with #DC0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0772; }

 p { color: rgb(220,7,114); }

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

background-color css

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

 a { background-color: rgb(220,7,114); }

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

border-color css

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

 span { border-color: rgb(220,7,114); }

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