Html Css Color HEX #D0227A Medium Violet Red

📋 copy color: '#D0227A'

red 208 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #D0227A

Tints of Medium Violet Red #D0227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 57.14%
G = 9.34%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0227A (or 0xD0227A) is known color: Medium Violet Red. HEX triplet: D0, 22 and 7A. RGB value is (208,34,122). Sum of RGB (Red+Green+Blue) = 208+34+122=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0227A is #2FDD85. Grayscale: #5F5F5F. Windows color (decimal): -3136902 or 8004304. OLE color: 8004304.

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

Color convert

RGB 208 34 122 -
CMYK 0 0.84 0.41 0.18
HSL 329.66º 0.72% 0.47% -
HSV(B) 329.66º 0.84% 0.82% -
XYZ 30.1 15.96 19.91 -
YUV 96.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 208 34 122 0 0.84 0.41 0.18 329.66 0.72 0.47
Hex D0 22 7A 0 54 29 12 14A 48 2F
Octal 320 42 172 0 124 51 22 512 110 57
Binary 11010000 100010 1111010 0 1010100 101001 10010 101001010 1001000 101111

Color Harmonies of #D0227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0227A

Black with #D0227A

Text Example


Text Example

White with #D0227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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