Html Css Color HEX #D2238D Medium Violet Red

📋 copy color: '#D2238D'

red 210 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #D2238D

Tints of Medium Violet Red #D2238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 54.4%
G = 9.07%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2238D (or 0xD2238D) is known color: Medium Violet Red. HEX triplet: D2, 23 and 8D. RGB value is (210,35,141). Sum of RGB (Red+Green+Blue) = 210+35+141=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2238D is #2DDC72. Grayscale: #636363. Windows color (decimal): -3005555 or 9249746. OLE color: 9249746.

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

Color convert

RGB 210 35 141 -
CMYK 0 0.83 0.33 0.18
HSL 323.66º 0.71% 0.48% -
HSV(B) 323.66º 0.83% 0.82% -
XYZ 31.99 16.83 26.76 -
YUV 99.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 210 35 141 0 0.83 0.33 0.18 323.66 0.71 0.48
Hex D2 23 8D 0 53 21 12 144 47 30
Octal 322 43 215 0 123 41 22 504 107 60
Binary 11010010 100011 10001101 0 1010011 100001 10010 101000100 1000111 110000

Color Harmonies of #D2238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2238D

Black with #D2238D

Text Example


Text Example

White with #D2238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2238D; }

 p { color: rgb(210,35,141); }

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

background-color css

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

 a { background-color: rgb(210,35,141); }

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

border-color css

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

 span { border-color: rgb(210,35,141); }

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