Html Css Color HEX #D0188F Medium Violet Red

📋 copy color: '#D0188F'

red 208 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #D0188F

Tints of Medium Violet Red #D0188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.4%

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 55.47%
G = 6.4%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0188F (or 0xD0188F) is known color: Medium Violet Red. HEX triplet: D0, 18 and 8F. RGB value is (208,24,143). Sum of RGB (Red+Green+Blue) = 208+24+143=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0188F is #2FE770. Grayscale: #5C5C5C. Windows color (decimal): -3139441 or 9378000. OLE color: 9378000.

HSL color Cylindrical-coordinate representation of color #D0188F: hue angle of 321.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0188F is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 143 -
CMYK 0 0.88 0.31 0.18
HSL 321.2º 0.79% 0.45% -
HSV(B) 321.2º 0.88% 0.82% -
XYZ 31.3 16.05 27.43 -
YUV 92.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 208 24 143 0 0.88 0.31 0.18 321.2 0.79 0.45
Hex D0 18 8F 0 58 1F 12 141 4F 2D
Octal 320 30 217 0 130 37 22 501 117 55
Binary 11010000 11000 10001111 0 1011000 11111 10010 101000001 1001111 101101

Color Harmonies of #D0188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0188F

Black with #D0188F

Text Example


Text Example

White with #D0188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0188F; }

 p { color: rgb(208,24,143); }

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

background-color css

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

 a { background-color: rgb(208,24,143); }

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

border-color css

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

 span { border-color: rgb(208,24,143); }

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