Html Css Color HEX #DD027F Medium Violet Red

📋 copy color: '#DD027F'

red 221 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #DD027F

Tints of Medium Violet Red #DD027F

RGB

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

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

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

R = 63.14%
G = 0.57%
B = 36.29%

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

#DD027F (or 0xDD027F) is known color: Medium Violet Red. HEX triplet: DD, 02 and 7F. RGB value is (221,2,127). Sum of RGB (Red+Green+Blue) = 221+2+127=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD027F is #22FD80. Grayscale: #515151. Windows color (decimal): -2293121 or 8323805. OLE color: 8323805.

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

Color convert

RGB 221 2 127 -
CMYK 0 0.99 0.43 0.13
HSL 325.75º 0.98% 0.44% -
HSV(B) 325.75º 0.99% 0.87% -
XYZ 33.67 16.95 21.58 -
YUV 81.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 221 2 127 0 0.99 0.43 0.13 325.75 0.98 0.44
Hex DD 2 7F 0 63 2B D 146 62 2C
Octal 335 2 177 0 143 53 15 506 142 54
Binary 11011101 10 1111111 0 1100011 101011 1101 101000110 1100010 101100

Color Harmonies of #DD027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD027F

Black with #DD027F

Text Example


Text Example

White with #DD027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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