Html Css Color HEX #DE127D Medium Violet Red

📋 copy color: '#DE127D'

red 222 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #DE127D

Tints of Medium Violet Red #DE127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 60.82%
G = 4.93%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE127D (or 0xDE127D) is known color: Medium Violet Red. HEX triplet: DE, 12 and 7D. RGB value is (222,18,125). Sum of RGB (Red+Green+Blue) = 222+18+125=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE127D is #21ED82. Grayscale: #5A5A5A. Windows color (decimal): -2223491 or 8196830. OLE color: 8196830.

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

Color convert

RGB 222 18 125 -
CMYK 0 0.92 0.44 0.13
HSL 328.53º 0.85% 0.47% -
HSV(B) 328.53º 0.92% 0.87% -
XYZ 34.04 17.44 20.97 -
YUV 91.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 222 18 125 0 0.92 0.44 0.13 328.53 0.85 0.47
Hex DE 12 7D 0 5C 2C D 149 55 2F
Octal 336 22 175 0 134 54 15 511 125 57
Binary 11011110 10010 1111101 0 1011100 101100 1101 101001001 1010101 101111

Color Harmonies of #DE127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE127D

Black with #DE127D

Text Example


Text Example

White with #DE127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE127D; }

 p { color: rgb(222,18,125); }

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

background-color css

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

 a { background-color: rgb(222,18,125); }

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

border-color css

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

 span { border-color: rgb(222,18,125); }

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