Html Css Color HEX #D4088F Medium Violet Red

📋 copy color: '#D4088F'

red 212 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #D4088F

Tints of Medium Violet Red #D4088F

RGB

 RED value IS 212 (83.2% from 255) = 58.4%

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 58.4%
G = 2.2%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4088F (or 0xD4088F) is known color: Medium Violet Red. HEX triplet: D4, 08 and 8F. RGB value is (212,8,143). Sum of RGB (Red+Green+Blue) = 212+8+143=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4088F is #2BF770. Grayscale: #545454. Windows color (decimal): -2881393 or 9373908. OLE color: 9373908.

HSL color Cylindrical-coordinate representation of color #D4088F: hue angle of 320.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4088F is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 8 143 -
CMYK 0 0.96 0.33 0.17
HSL 320.29º 0.93% 0.43% -
HSV(B) 320.29º 0.96% 0.83% -
XYZ 32.2 16.15 27.41 -
YUV 84.39 161.09 219.02 -
System Red Green Blue C M Y K H S L
Decimal 212 8 143 0 0.96 0.33 0.17 320.29 0.93 0.43
Hex D4 8 8F 0 60 21 11 140 5D 2B
Octal 324 10 217 0 140 41 21 500 135 53
Binary 11010100 1000 10001111 0 1100000 100001 10001 101000000 1011101 101011

Color Harmonies of #D4088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4088F

Black with #D4088F

Text Example


Text Example

White with #D4088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4088F; }

 p { color: rgb(212,8,143); }

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

background-color css

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

 a { background-color: rgb(212,8,143); }

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

border-color css

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

 span { border-color: rgb(212,8,143); }

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