Html Css Color HEX #D0218B Medium Violet Red

📋 copy color: '#D0218B'

red 208 ◦ green 33 ◦ blue 139

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

Shades of Medium Violet Red #D0218B

Tints of Medium Violet Red #D0218B

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 54.74%
G = 8.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0218B (or 0xD0218B) is known color: Medium Violet Red. HEX triplet: D0, 21 and 8B. RGB value is (208,33,139). Sum of RGB (Red+Green+Blue) = 208+33+139=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0218B is #2FDE74. Grayscale: #616161. Windows color (decimal): -3137141 or 9118160. OLE color: 9118160.

HSL color Cylindrical-coordinate representation of color #D0218B: hue angle of 323.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0218B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 139 -
CMYK 0 0.84 0.33 0.18
HSL 323.66º 0.73% 0.47% -
HSV(B) 323.66º 0.84% 0.82% -
XYZ 31.22 16.36 25.94 -
YUV 97.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 208 33 139 0 0.84 0.33 0.18 323.66 0.73 0.47
Hex D0 21 8B 0 54 21 12 144 49 2F
Octal 320 41 213 0 124 41 22 504 111 57
Binary 11010000 100001 10001011 0 1010100 100001 10010 101000100 1001001 101111

Color Harmonies of #D0218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0218B

Black with #D0218B

Text Example


Text Example

White with #D0218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0218B; }

 p { color: rgb(208,33,139); }

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

background-color css

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

 a { background-color: rgb(208,33,139); }

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

border-color css

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

 span { border-color: rgb(208,33,139); }

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