Html Css Color HEX #DE0385 Medium Violet Red

📋 copy color: '#DE0385'

red 222 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #DE0385

Tints of Medium Violet Red #DE0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 62.01%
G = 0.84%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE0385 (or 0xDE0385) is known color: Medium Violet Red. HEX triplet: DE, 03 and 85. RGB value is (222,3,133). Sum of RGB (Red+Green+Blue) = 222+3+133=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0385 is #21FC7A. Grayscale: #525252. Windows color (decimal): -2227323 or 8717278. OLE color: 8717278.

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

Color convert

RGB 222 3 133 -
CMYK 0 0.99 0.40 0.13
HSL 324.38º 0.97% 0.44% -
HSV(B) 324.38º 0.99% 0.87% -
XYZ 34.39 17.29 23.71 -
YUV 83.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 222 3 133 0 0.99 0.40 0.13 324.38 0.97 0.44
Hex DE 3 85 0 63 28 D 144 61 2C
Octal 336 3 205 0 143 50 15 504 141 54
Binary 11011110 11 10000101 0 1100011 101000 1101 101000100 1100001 101100

Color Harmonies of #DE0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0385

Black with #DE0385

Text Example


Text Example

White with #DE0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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