Html Css Color HEX #DD087F Medium Violet Red

📋 copy color: '#DD087F'

red 221 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #DD087F

Tints of Medium Violet Red #DD087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 62.08%
G = 2.25%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD087F (or 0xDD087F) is known color: Medium Violet Red. HEX triplet: DD, 08 and 7F. RGB value is (221,8,127). Sum of RGB (Red+Green+Blue) = 221+8+127=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD087F is #22F780. Grayscale: #545454. Windows color (decimal): -2291585 or 8325341. OLE color: 8325341.

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

Color convert

RGB 221 8 127 -
CMYK 0 0.96 0.43 0.13
HSL 326.48º 0.93% 0.45% -
HSV(B) 326.48º 0.96% 0.87% -
XYZ 33.74 17.08 21.6 -
YUV 85.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 221 8 127 0 0.96 0.43 0.13 326.48 0.93 0.45
Hex DD 8 7F 0 60 2B D 146 5D 2D
Octal 335 10 177 0 140 53 15 506 135 55
Binary 11011101 1000 1111111 0 1100000 101011 1101 101000110 1011101 101101

Color Harmonies of #DD087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD087F

Black with #DD087F

Text Example


Text Example

White with #DD087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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