Html Css Color HEX #D2228B Medium Violet Red

📋 copy color: '#D2228B'

red 210 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #D2228B

Tints of Medium Violet Red #D2228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 54.83%
G = 8.88%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2228B (or 0xD2228B) is known color: Medium Violet Red. HEX triplet: D2, 22 and 8B. RGB value is (210,34,139). Sum of RGB (Red+Green+Blue) = 210+34+139=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2228B is #2DDD74. Grayscale: #626262. Windows color (decimal): -3005813 or 9118418. OLE color: 9118418.

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

Color convert

RGB 210 34 139 -
CMYK 0 0.84 0.34 0.18
HSL 324.2º 0.72% 0.48% -
HSV(B) 324.2º 0.84% 0.82% -
XYZ 31.81 16.71 25.97 -
YUV 98.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 210 34 139 0 0.84 0.34 0.18 324.2 0.72 0.48
Hex D2 22 8B 0 54 22 12 144 48 30
Octal 322 42 213 0 124 42 22 504 110 60
Binary 11010010 100010 10001011 0 1010100 100010 10010 101000100 1001000 110000

Color Harmonies of #D2228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2228B

Black with #D2228B

Text Example


Text Example

White with #D2228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2228B; }

 p { color: rgb(210,34,139); }

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

background-color css

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

 a { background-color: rgb(210,34,139); }

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

border-color css

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

 span { border-color: rgb(210,34,139); }

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