Html Css Color HEX #DC097B Medium Violet Red

📋 copy color: '#DC097B'

red 220 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #DC097B

Tints of Medium Violet Red #DC097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 62.5%
G = 2.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC097B (or 0xDC097B) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7B. RGB value is (220,9,123). Sum of RGB (Red+Green+Blue) = 220+9+123=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097B is #23F684. Grayscale: #545454. Windows color (decimal): -2356869 or 8063452. OLE color: 8063452.

HSL color Cylindrical-coordinate representation of color #DC097B: hue angle of 327.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC097B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 123 -
CMYK 0 0.96 0.44 0.14
HSL 327.58º 0.92% 0.45% -
HSV(B) 327.58º 0.96% 0.86% -
XYZ 33.19 16.84 20.24 -
YUV 85.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 220 9 123 0 0.96 0.44 0.14 327.58 0.92 0.45
Hex DC 9 7B 0 60 2C E 148 5C 2D
Octal 334 11 173 0 140 54 16 510 134 55
Binary 11011100 1001 1111011 0 1100000 101100 1110 101001000 1011100 101101

Color Harmonies of #DC097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC097B

Black with #DC097B

Text Example


Text Example

White with #DC097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC097B; }

 p { color: rgb(220,9,123); }

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

background-color css

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

 a { background-color: rgb(220,9,123); }

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

border-color css

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

 span { border-color: rgb(220,9,123); }

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