Html Css Color HEX #DC076C Ruby

📋 copy color: '#DC076C'

red 220 ◦ green 7 ◦ blue 108

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

Shades of Ruby #DC076C

Tints of Ruby #DC076C

RGB

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

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

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

R = 65.67%
G = 2.09%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC076C (or 0xDC076C) is known color: Ruby. HEX triplet: DC, 07 and 6C. RGB value is (220,7,108). Sum of RGB (Red+Green+Blue) = 220+7+108=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC076C is #23F893. Grayscale: #525252. Windows color (decimal): -2357396 or 7079900. OLE color: 7079900.

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

Color convert

RGB 220 7 108 -
CMYK 0 0.97 0.51 0.14
HSL 331.55º 0.94% 0.45% -
HSV(B) 331.55º 0.97% 0.86% -
XYZ 32.3 16.45 15.66 -
YUV 82.2 142.57 226.29 -
System Red Green Blue C M Y K H S L
Decimal 220 7 108 0 0.97 0.51 0.14 331.55 0.94 0.45
Hex DC 7 6C 0 61 33 E 14C 5E 2D
Octal 334 7 154 0 141 63 16 514 136 55
Binary 11011100 111 1101100 0 1100001 110011 1110 101001100 1011110 101101

Color Harmonies of #DC076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC076C

Black with #DC076C

Text Example


Text Example

White with #DC076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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