Html Css Color HEX #DF007D Medium Violet Red

📋 copy color: '#DF007D'

red 223 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #DF007D

Tints of Medium Violet Red #DF007D

RGB

 RED value IS 223 (87.5% from 255) = 64.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 64.08%
G = 0%
B = 35.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF007D (or 0xDF007D) is known color: Medium Violet Red. HEX triplet: DF, 00 and 7D. RGB value is (223,0,125). Sum of RGB (Red+Green+Blue) = 223+0+125=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF007D is #20FF82. Grayscale: #505050. Windows color (decimal): -2162563 or 8192223. OLE color: 8192223.

HSL color Cylindrical-coordinate representation of color #DF007D: hue angle of 326.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF007D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 125 -
CMYK 0 1 0.44 0.13
HSL 326.37º 1% 0.44% -
HSV(B) 326.37º 1% 0.87% -
XYZ 34.13 17.17 20.92 -
YUV 80.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 223 0 125 0 1 0.44 0.13 326.37 1 0.44
Hex DF 0 7D 0 64 2C D 146 64 2C
Octal 337 0 175 0 144 54 15 506 144 54
Binary 11011111 0 1111101 0 1100100 101100 1101 101000110 1100100 101100

Color Harmonies of #DF007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF007D

Black with #DF007D

Text Example


Text Example

White with #DF007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF007D; }

 p { color: rgb(223,0,125); }

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

background-color css

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

 a { background-color: rgb(223,0,125); }

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

border-color css

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

 span { border-color: rgb(223,0,125); }

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