Html Css Color HEX #DC0375 Ruby

📋 copy color: '#DC0375'

red 220 ◦ green 3 ◦ blue 117

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

Shades of Ruby #DC0375

Tints of Ruby #DC0375

RGB

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

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

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

R = 64.71%
G = 0.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0375 (or 0xDC0375) is known color: Ruby. HEX triplet: DC, 03 and 75. RGB value is (220,3,117). Sum of RGB (Red+Green+Blue) = 220+3+117=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0375 is #23FC8A. Grayscale: #505050. Windows color (decimal): -2358411 or 7668700. OLE color: 7668700.

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

Color convert

RGB 220 3 117 -
CMYK 0 0.99 0.47 0.14
HSL 328.48º 0.97% 0.44% -
HSV(B) 328.48º 0.99% 0.86% -
XYZ 32.76 16.57 18.3 -
YUV 80.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 220 3 117 0 0.99 0.47 0.14 328.48 0.97 0.44
Hex DC 3 75 0 63 2F E 148 61 2C
Octal 334 3 165 0 143 57 16 510 141 54
Binary 11011100 11 1110101 0 1100011 101111 1110 101001000 1100001 101100

Color Harmonies of #DC0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0375

Black with #DC0375

Text Example


Text Example

White with #DC0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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