Html Css Color HEX #D0228B Medium Violet Red

📋 copy color: '#D0228B'

red 208 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #D0228B

Tints of Medium Violet Red #D0228B

RGB

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

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

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

R = 54.59%
G = 8.92%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0228B (or 0xD0228B) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8B. RGB value is (208,34,139). Sum of RGB (Red+Green+Blue) = 208+34+139=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228B is #2FDD74. Grayscale: #616161. Windows color (decimal): -3136885 or 9118416. OLE color: 9118416.

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

Color convert

RGB 208 34 139 -
CMYK 0 0.84 0.33 0.18
HSL 323.79º 0.72% 0.47% -
HSV(B) 323.79º 0.84% 0.82% -
XYZ 31.24 16.42 25.95 -
YUV 98 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 208 34 139 0 0.84 0.33 0.18 323.79 0.72 0.47
Hex D0 22 8B 0 54 21 12 144 48 2F
Octal 320 42 213 0 124 41 22 504 110 57
Binary 11010000 100010 10001011 0 1010100 100001 10010 101000100 1001000 101111

Color Harmonies of #D0228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0228B

Black with #D0228B

Text Example


Text Example

White with #D0228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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