Html Css Color HEX #DE0C85 Medium Violet Red

📋 copy color: '#DE0C85'

red 222 ◦ green 12 ◦ blue 133

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

Shades of Medium Violet Red #DE0C85

Tints of Medium Violet Red #DE0C85

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 60.49%
G = 3.27%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE0C85 (or 0xDE0C85) is known color: Medium Violet Red. HEX triplet: DE, 0C and 85. RGB value is (222,12,133). Sum of RGB (Red+Green+Blue) = 222+12+133=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0C85 is #21F37A. Grayscale: #585858. Windows color (decimal): -2225019 or 8719582. OLE color: 8719582.

HSL color Cylindrical-coordinate representation of color #DE0C85: hue angle of 325.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0C85 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 12 133 -
CMYK 0 0.95 0.40 0.13
HSL 325.43º 0.9% 0.46% -
HSV(B) 325.43º 0.95% 0.87% -
XYZ 34.49 17.49 23.75 -
YUV 88.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 222 12 133 0 0.95 0.40 0.13 325.43 0.9 0.46
Hex DE C 85 0 5F 28 D 145 5A 2E
Octal 336 14 205 0 137 50 15 505 132 56
Binary 11011110 1100 10000101 0 1011111 101000 1101 101000101 1011010 101110

Color Harmonies of #DE0C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0C85

Black with #DE0C85

Text Example


Text Example

White with #DE0C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0C85; }

 p { color: rgb(222,12,133); }

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

background-color css

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

 a { background-color: rgb(222,12,133); }

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

border-color css

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

 span { border-color: rgb(222,12,133); }

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