Html Css Color HEX #D0097F Medium Violet Red

📋 copy color: '#D0097F'

red 208 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #D0097F

Tints of Medium Violet Red #D0097F

RGB

 RED value IS 208 (81.64% from 255) = 60.47%

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 60.47%
G = 2.62%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0097F (or 0xD0097F) is known color: Medium Violet Red. HEX triplet: D0, 09 and 7F. RGB value is (208,9,127). Sum of RGB (Red+Green+Blue) = 208+9+127=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D0097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0097F is #2FF680. Grayscale: #515151. Windows color (decimal): -3143297 or 8325584. OLE color: 8325584.

HSL color Cylindrical-coordinate representation of color #D0097F: hue angle of 324.42º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0097F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 127 -
CMYK 0 0.96 0.39 0.18
HSL 324.42º 0.92% 0.43% -
HSV(B) 324.42º 0.96% 0.82% -
XYZ 29.94 15.14 21.42 -
YUV 81.95 153.43 217.91 -
System Red Green Blue C M Y K H S L
Decimal 208 9 127 0 0.96 0.39 0.18 324.42 0.92 0.43
Hex D0 9 7F 0 60 27 12 144 5C 2B
Octal 320 11 177 0 140 47 22 504 134 53
Binary 11010000 1001 1111111 0 1100000 100111 10010 101000100 1011100 101011

Color Harmonies of #D0097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0097F

Black with #D0097F

Text Example


Text Example

White with #D0097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0097F; }

 p { color: rgb(208,9,127); }

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

background-color css

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

 a { background-color: rgb(208,9,127); }

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

border-color css

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

 span { border-color: rgb(208,9,127); }

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