Html Css Color HEX #DC0775 Ruby

📋 copy color: '#DC0775'

red 220 ◦ green 7 ◦ blue 117

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

Shades of Ruby #DC0775

Tints of Ruby #DC0775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 63.95%
G = 2.03%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0775 (or 0xDC0775) is known color: Ruby. HEX triplet: DC, 07 and 75. RGB value is (220,7,117). Sum of RGB (Red+Green+Blue) = 220+7+117=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0775 is #23F88A. Grayscale: #535353. Windows color (decimal): -2357387 or 7669724. OLE color: 7669724.

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

Color convert

RGB 220 7 117 -
CMYK 0 0.97 0.47 0.14
HSL 329.01º 0.94% 0.45% -
HSV(B) 329.01º 0.97% 0.86% -
XYZ 32.8 16.65 18.31 -
YUV 83.23 147.07 225.56 -
System Red Green Blue C M Y K H S L
Decimal 220 7 117 0 0.97 0.47 0.14 329.01 0.94 0.45
Hex DC 7 75 0 61 2F E 149 5E 2D
Octal 334 7 165 0 141 57 16 511 136 55
Binary 11011100 111 1110101 0 1100001 101111 1110 101001001 1011110 101101

Color Harmonies of #DC0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0775

Black with #DC0775

Text Example


Text Example

White with #DC0775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0775; }

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

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

background-color css

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

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

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

border-color css

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

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

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