Html Css Color HEX #DD007D Medium Violet Red

📋 copy color: '#DD007D'

red 221 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #DD007D

Tints of Medium Violet Red #DD007D

RGB

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

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

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

R = 63.87%
G = 0%
B = 36.13%

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

#DD007D (or 0xDD007D) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7D. RGB value is (221,0,125). Sum of RGB (Red+Green+Blue) = 221+0+125=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007D is #22FF82. Grayscale: #505050. Windows color (decimal): -2293635 or 8192221. OLE color: 8192221.

HSL color Cylindrical-coordinate representation of color #DD007D: hue angle of 326.06º 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 #DD007D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 125 -
CMYK 0 1 0.43 0.13
HSL 326.06º 1% 0.43% -
HSV(B) 326.06º 1% 0.87% -
XYZ 33.52 16.85 20.89 -
YUV 80.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 221 0 125 0 1 0.43 0.13 326.06 1 0.43
Hex DD 0 7D 0 64 2B D 146 64 2B
Octal 335 0 175 0 144 53 15 506 144 53
Binary 11011101 0 1111101 0 1100100 101011 1101 101000110 1100100 101011

Color Harmonies of #DD007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD007D

Black with #DD007D

Text Example


Text Example

White with #DD007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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