Html Css Color HEX #D0219B Medium Violet Red

📋 copy color: '#D0219B'

red 208 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #D0219B

Tints of Medium Violet Red #D0219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 52.53%
G = 8.33%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0219B (or 0xD0219B) is known color: Medium Violet Red. HEX triplet: D0, 21 and 9B. RGB value is (208,33,155). Sum of RGB (Red+Green+Blue) = 208+33+155=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0219B is #2FDE64. Grayscale: #626262. Windows color (decimal): -3137125 or 10166736. OLE color: 10166736.

HSL color Cylindrical-coordinate representation of color #D0219B: hue angle of 318.17º 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 #D0219B is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 155 -
CMYK 0 0.84 0.25 0.18
HSL 318.17º 0.73% 0.47% -
HSV(B) 318.17º 0.84% 0.82% -
XYZ 32.47 16.86 32.55 -
YUV 99.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 208 33 155 0 0.84 0.25 0.18 318.17 0.73 0.47
Hex D0 21 9B 0 54 19 12 13E 49 2F
Octal 320 41 233 0 124 31 22 476 111 57
Binary 11010000 100001 10011011 0 1010100 11001 10010 100111110 1001001 101111

Color Harmonies of #D0219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0219B

Black with #D0219B

Text Example


Text Example

White with #D0219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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