Html Css Color HEX #DC0767 Ruby

📋 copy color: '#DC0767'

red 220 ◦ green 7 ◦ blue 103

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

Shades of Ruby #DC0767

Tints of Ruby #DC0767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 66.67%
G = 2.12%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC0767 (or 0xDC0767) is known color: Ruby. HEX triplet: DC, 07 and 67. RGB value is (220,7,103). Sum of RGB (Red+Green+Blue) = 220+7+103=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0767 is #23F898. Grayscale: #515151. Windows color (decimal): -2357401 or 6752220. OLE color: 6752220.

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

Color convert

RGB 220 7 103 -
CMYK 0 0.97 0.53 0.14
HSL 332.96º 0.94% 0.45% -
HSV(B) 332.96º 0.97% 0.86% -
XYZ 32.04 16.35 14.3 -
YUV 81.63 140.07 226.69 -
System Red Green Blue C M Y K H S L
Decimal 220 7 103 0 0.97 0.53 0.14 332.96 0.94 0.45
Hex DC 7 67 0 61 35 E 14D 5E 2D
Octal 334 7 147 0 141 65 16 515 136 55
Binary 11011100 111 1100111 0 1100001 110101 1110 101001101 1011110 101101

Color Harmonies of #DC0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0767

Black with #DC0767

Text Example


Text Example

White with #DC0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0767; }

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

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

background-color css

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

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

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

border-color css

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

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

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