Html Css Color HEX #DC2067 Ruby

📋 copy color: '#DC2067'

red 220 ◦ green 32 ◦ blue 103

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

Shades of Ruby #DC2067

Tints of Ruby #DC2067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 61.97%
G = 9.01%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC2067 (or 0xDC2067) is known color: Ruby. HEX triplet: DC, 20 and 67. RGB value is (220,32,103). Sum of RGB (Red+Green+Blue) = 220+32+103=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2067 is #23DF98. Grayscale: #606060. Windows color (decimal): -2351001 or 6758620. OLE color: 6758620.

HSL color Cylindrical-coordinate representation of color #DC2067: hue angle of 337.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2067 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 103 -
CMYK 0 0.85 0.53 0.14
HSL 337.34º 0.75% 0.49% -
HSV(B) 337.34º 0.85% 0.86% -
XYZ 32.48 17.23 14.45 -
YUV 96.31 131.78 216.23 -
System Red Green Blue C M Y K H S L
Decimal 220 32 103 0 0.85 0.53 0.14 337.34 0.75 0.49
Hex DC 20 67 0 55 35 E 151 4B 31
Octal 334 40 147 0 125 65 16 521 113 61
Binary 11011100 100000 1100111 0 1010101 110101 1110 101010001 1001011 110001

Color Harmonies of #DC2067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2067

Black with #DC2067

Text Example


Text Example

White with #DC2067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2067; }

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

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

background-color css

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

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

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

border-color css

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

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

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