Html Css Color HEX #D02198 Medium Violet Red

📋 copy color: '#D02198'

red 208 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #D02198

Tints of Medium Violet Red #D02198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 52.93%
G = 8.4%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02198 (or 0xD02198) is known color: Medium Violet Red. HEX triplet: D0, 21 and 98. RGB value is (208,33,152). Sum of RGB (Red+Green+Blue) = 208+33+152=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02198 is #2FDE67. Grayscale: #626262. Windows color (decimal): -3137128 or 9970128. OLE color: 9970128.

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

Color convert

RGB 208 33 152 -
CMYK 0 0.84 0.27 0.18
HSL 319.2º 0.73% 0.47% -
HSV(B) 319.2º 0.84% 0.82% -
XYZ 32.22 16.76 31.24 -
YUV 98.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 208 33 152 0 0.84 0.27 0.18 319.2 0.73 0.47
Hex D0 21 98 0 54 1B 12 13F 49 2F
Octal 320 41 230 0 124 33 22 477 111 57
Binary 11010000 100001 10011000 0 1010100 11011 10010 100111111 1001001 101111

Color Harmonies of #D02198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02198

Black with #D02198

Text Example


Text Example

White with #D02198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02198; }

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

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

background-color css

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

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

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

border-color css

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

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

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