Html Css Color HEX #DD027D Medium Violet Red

📋 copy color: '#DD027D'

red 221 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #DD027D

Tints of Medium Violet Red #DD027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 63.51%
G = 0.57%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD027D (or 0xDD027D) is known color: Medium Violet Red. HEX triplet: DD, 02 and 7D. RGB value is (221,2,125). Sum of RGB (Red+Green+Blue) = 221+2+125=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD027D is #22FD82. Grayscale: #515151. Windows color (decimal): -2293123 or 8192733. OLE color: 8192733.

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

Color convert

RGB 221 2 125 -
CMYK 0 0.99 0.43 0.13
HSL 326.3º 0.98% 0.44% -
HSV(B) 326.3º 0.99% 0.87% -
XYZ 33.54 16.9 20.9 -
YUV 81.5 152.55 227.5 -
System Red Green Blue C M Y K H S L
Decimal 221 2 125 0 0.99 0.43 0.13 326.3 0.98 0.44
Hex DD 2 7D 0 63 2B D 146 62 2C
Octal 335 2 175 0 143 53 15 506 142 54
Binary 11011101 10 1111101 0 1100011 101011 1101 101000110 1100010 101100

Color Harmonies of #DD027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD027D

Black with #DD027D

Text Example


Text Example

White with #DD027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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