Html Css Color HEX #D0188A Medium Violet Red

📋 copy color: '#D0188A'

red 208 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #D0188A

Tints of Medium Violet Red #D0188A

RGB

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

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

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

R = 56.22%
G = 6.49%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0188A (or 0xD0188A) is known color: Medium Violet Red. HEX triplet: D0, 18 and 8A. RGB value is (208,24,138). Sum of RGB (Red+Green+Blue) = 208+24+138=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0188A is #2FE775. Grayscale: #5B5B5B. Windows color (decimal): -3139446 or 9050320. OLE color: 9050320.

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

Color convert

RGB 208 24 138 -
CMYK 0 0.88 0.34 0.18
HSL 322.83º 0.79% 0.45% -
HSV(B) 322.83º 0.88% 0.82% -
XYZ 30.93 15.9 25.48 -
YUV 92.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 208 24 138 0 0.88 0.34 0.18 322.83 0.79 0.45
Hex D0 18 8A 0 58 22 12 143 4F 2D
Octal 320 30 212 0 130 42 22 503 117 55
Binary 11010000 11000 10001010 0 1011000 100010 10010 101000011 1001111 101101

Color Harmonies of #D0188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0188A

Black with #D0188A

Text Example


Text Example

White with #D0188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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