Html Css Color HEX #DD007F Medium Violet Red

📋 copy color: '#DD007F'

red 221 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #DD007F

Tints of Medium Violet Red #DD007F

RGB

 RED value IS 221 (86.72% from 255) = 63.51%

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

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

R = 63.51%
G = 0%
B = 36.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD007F (or 0xDD007F) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7F. RGB value is (221,0,127). Sum of RGB (Red+Green+Blue) = 221+0+127=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007F is #22FF80. Grayscale: #505050. Windows color (decimal): -2293633 or 8323293. OLE color: 8323293.

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

Color convert

RGB 221 0 127 -
CMYK 0 1 0.43 0.13
HSL 325.52º 1% 0.43% -
HSV(B) 325.52º 1% 0.87% -
XYZ 33.65 16.9 21.57 -
YUV 80.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 221 0 127 0 1 0.43 0.13 325.52 1 0.43
Hex DD 0 7F 0 64 2B D 146 64 2B
Octal 335 0 177 0 144 53 15 506 144 53
Binary 11011101 0 1111111 0 1100100 101011 1101 101000110 1100100 101011

Color Harmonies of #DD007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD007F

Black with #DD007F

Text Example


Text Example

White with #DD007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD007F; }

 p { color: rgb(221,0,127); }

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

background-color css

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

 a { background-color: rgb(221,0,127); }

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

border-color css

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

 span { border-color: rgb(221,0,127); }

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