Html Css Color HEX #DE0B7D Medium Violet Red

📋 copy color: '#DE0B7D'

red 222 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #DE0B7D

Tints of Medium Violet Red #DE0B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

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

R = 62.01%
G = 3.07%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE0B7D (or 0xDE0B7D) is known color: Medium Violet Red. HEX triplet: DE, 0B and 7D. RGB value is (222,11,125). Sum of RGB (Red+Green+Blue) = 222+11+125=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0B7D is #21F482. Grayscale: #565656. Windows color (decimal): -2225283 or 8195038. OLE color: 8195038.

HSL color Cylindrical-coordinate representation of color #DE0B7D: hue angle of 327.58º degrees, saturation: 0.91, 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 #DE0B7D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 125 -
CMYK 0 0.95 0.44 0.13
HSL 327.58º 0.91% 0.46% -
HSV(B) 327.58º 0.95% 0.87% -
XYZ 33.95 17.25 20.94 -
YUV 87.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 222 11 125 0 0.95 0.44 0.13 327.58 0.91 0.46
Hex DE B 7D 0 5F 2C D 148 5B 2E
Octal 336 13 175 0 137 54 15 510 133 56
Binary 11011110 1011 1111101 0 1011111 101100 1101 101001000 1011011 101110

Color Harmonies of #DE0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B7D

Black with #DE0B7D

Text Example


Text Example

White with #DE0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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