Html Css Color HEX #D0187B Medium Violet Red

📋 copy color: '#D0187B'

red 208 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #D0187B

Tints of Medium Violet Red #D0187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 58.59%
G = 6.76%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0187B (or 0xD0187B) is known color: Medium Violet Red. HEX triplet: D0, 18 and 7B. RGB value is (208,24,123). Sum of RGB (Red+Green+Blue) = 208+24+123=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0187B is #2FE784. Grayscale: #5A5A5A. Windows color (decimal): -3139461 or 8067280. OLE color: 8067280.

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

Color convert

RGB 208 24 123 -
CMYK 0 0.88 0.41 0.18
HSL 327.72º 0.79% 0.45% -
HSV(B) 327.72º 0.88% 0.82% -
XYZ 29.91 15.49 20.15 -
YUV 90.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 208 24 123 0 0.88 0.41 0.18 327.72 0.79 0.45
Hex D0 18 7B 0 58 29 12 148 4F 2D
Octal 320 30 173 0 130 51 22 510 117 55
Binary 11010000 11000 1111011 0 1011000 101001 10010 101001000 1001111 101101

Color Harmonies of #D0187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0187B

Black with #D0187B

Text Example


Text Example

White with #D0187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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