Html Css Color HEX #D2048C Medium Violet Red

📋 copy color: '#D2048C'

red 210 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #D2048C

Tints of Medium Violet Red #D2048C

RGB

 RED value IS 210 (82.42% from 255) = 59.32%

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 59.32%
G = 1.13%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2048C (or 0xD2048C) is known color: Medium Violet Red. HEX triplet: D2, 04 and 8C. RGB value is (210,4,140). Sum of RGB (Red+Green+Blue) = 210+4+140=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2048C is #2DFB73. Grayscale: #505050. Windows color (decimal): -3013492 or 9176274. OLE color: 9176274.

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

Color convert

RGB 210 4 140 -
CMYK 0 0.98 0.33 0.18
HSL 320.39º 0.96% 0.42% -
HSV(B) 320.39º 0.98% 0.82% -
XYZ 31.36 15.68 26.19 -
YUV 81.1 161.25 219.94 -
System Red Green Blue C M Y K H S L
Decimal 210 4 140 0 0.98 0.33 0.18 320.39 0.96 0.42
Hex D2 4 8C 0 62 21 12 140 60 2A
Octal 322 4 214 0 142 41 22 500 140 52
Binary 11010010 100 10001100 0 1100010 100001 10010 101000000 1100000 101010

Color Harmonies of #D2048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2048C

Black with #D2048C

Text Example


Text Example

White with #D2048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2048C; }

 p { color: rgb(210,4,140); }

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

background-color css

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

 a { background-color: rgb(210,4,140); }

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

border-color css

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

 span { border-color: rgb(210,4,140); }

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