Html Css Color HEX #D0228E Medium Violet Red

📋 copy color: '#D0228E'

red 208 ◦ green 34 ◦ blue 142

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

Shades of Medium Violet Red #D0228E

Tints of Medium Violet Red #D0228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 54.17%
G = 8.85%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0228E (or 0xD0228E) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8E. RGB value is (208,34,142). Sum of RGB (Red+Green+Blue) = 208+34+142=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228E is #2FDD71. Grayscale: #626262. Windows color (decimal): -3136882 or 9315024. OLE color: 9315024.

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

Color convert

RGB 208 34 142 -
CMYK 0 0.84 0.32 0.18
HSL 322.76º 0.72% 0.47% -
HSV(B) 322.76º 0.84% 0.82% -
XYZ 31.47 16.51 27.12 -
YUV 98.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 208 34 142 0 0.84 0.32 0.18 322.76 0.72 0.47
Hex D0 22 8E 0 54 20 12 143 48 2F
Octal 320 42 216 0 124 40 22 503 110 57
Binary 11010000 100010 10001110 0 1010100 100000 10010 101000011 1001000 101111

Color Harmonies of #D0228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0228E

Black with #D0228E

Text Example


Text Example

White with #D0228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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