Html Css Color HEX #DE187F Medium Violet Red

📋 copy color: '#DE187F'

red 222 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #DE187F

Tints of Medium Violet Red #DE187F

RGB

 RED value IS 222 (87.11% from 255) = 59.52%

 GREEN value IS 24 (9.77% from 255) = 6.43%

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

R = 59.52%
G = 6.43%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE187F (or 0xDE187F) is known color: Medium Violet Red. HEX triplet: DE, 18 and 7F. RGB value is (222,24,127). Sum of RGB (Red+Green+Blue) = 222+24+127=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE187F is #21E780. Grayscale: #5E5E5E. Windows color (decimal): -2221953 or 8329438. OLE color: 8329438.

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

Color convert

RGB 222 24 127 -
CMYK 0 0.89 0.43 0.13
HSL 328.79º 0.8% 0.48% -
HSV(B) 328.79º 0.89% 0.87% -
XYZ 34.28 17.72 21.69 -
YUV 94.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 222 24 127 0 0.89 0.43 0.13 328.79 0.8 0.48
Hex DE 18 7F 0 59 2B D 149 50 30
Octal 336 30 177 0 131 53 15 511 120 60
Binary 11011110 11000 1111111 0 1011001 101011 1101 101001001 1010000 110000

Color Harmonies of #DE187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE187F

Black with #DE187F

Text Example


Text Example

White with #DE187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE187F; }

 p { color: rgb(222,24,127); }

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

background-color css

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

 a { background-color: rgb(222,24,127); }

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

border-color css

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

 span { border-color: rgb(222,24,127); }

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