Html Css Color HEX #D0228A Medium Violet Red

📋 copy color: '#D0228A'

red 208 ◦ green 34 ◦ blue 138

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

Shades of Medium Violet Red #D0228A

Tints of Medium Violet Red #D0228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 54.74%
G = 8.95%
B = 36.32%

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

#D0228A (or 0xD0228A) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8A. RGB value is (208,34,138). Sum of RGB (Red+Green+Blue) = 208+34+138=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228A is #2FDD75. Grayscale: #616161. Windows color (decimal): -3136886 or 9052880. OLE color: 9052880.

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

Color convert

RGB 208 34 138 -
CMYK 0 0.84 0.34 0.18
HSL 324.14º 0.72% 0.47% -
HSV(B) 324.14º 0.84% 0.82% -
XYZ 31.17 16.39 25.57 -
YUV 97.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 208 34 138 0 0.84 0.34 0.18 324.14 0.72 0.47
Hex D0 22 8A 0 54 22 12 144 48 2F
Octal 320 42 212 0 124 42 22 504 110 57
Binary 11010000 100010 10001010 0 1010100 100010 10010 101000100 1001000 101111

Color Harmonies of #D0228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0228A

Black with #D0228A

Text Example


Text Example

White with #D0228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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