Html Css Color HEX #D02299 Medium Violet Red

📋 copy color: '#D02299'

red 208 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #D02299

Tints of Medium Violet Red #D02299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 52.66%
G = 8.61%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D02299 (or 0xD02299) is known color: Medium Violet Red. HEX triplet: D0, 22 and 99. RGB value is (208,34,153). Sum of RGB (Red+Green+Blue) = 208+34+153=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D02299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02299 is #2FDD66. Grayscale: #636363. Windows color (decimal): -3136871 or 10035920. OLE color: 10035920.

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

Color convert

RGB 208 34 153 -
CMYK 0 0.84 0.26 0.18
HSL 318.97º 0.72% 0.47% -
HSV(B) 318.97º 0.84% 0.82% -
XYZ 32.33 16.85 31.69 -
YUV 99.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 208 34 153 0 0.84 0.26 0.18 318.97 0.72 0.47
Hex D0 22 99 0 54 1A 12 13F 48 2F
Octal 320 42 231 0 124 32 22 477 110 57
Binary 11010000 100010 10011001 0 1010100 11010 10010 100111111 1001000 101111

Color Harmonies of #D02299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02299

Black with #D02299

Text Example


Text Example

White with #D02299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02299; }

 p { color: rgb(208,34,153); }

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

background-color css

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

 a { background-color: rgb(208,34,153); }

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

border-color css

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

 span { border-color: rgb(208,34,153); }

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