Html Css Color HEX #D4207B Medium Violet Red

📋 copy color: '#D4207B'

red 212 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #D4207B

Tints of Medium Violet Red #D4207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 57.77%
G = 8.72%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4207B (or 0xD4207B) is known color: Medium Violet Red. HEX triplet: D4, 20 and 7B. RGB value is (212,32,123). Sum of RGB (Red+Green+Blue) = 212+32+123=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D4207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4207B is #2BDF84. Grayscale: #606060. Windows color (decimal): -2875269 or 8069332. OLE color: 8069332.

HSL color Cylindrical-coordinate representation of color #D4207B: hue angle of 329.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4207B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 123 -
CMYK 0 0.85 0.42 0.17
HSL 329.67º 0.74% 0.48% -
HSV(B) 329.67º 0.85% 0.83% -
XYZ 31.24 16.46 20.27 -
YUV 96.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 212 32 123 0 0.85 0.42 0.17 329.67 0.74 0.48
Hex D4 20 7B 0 55 2A 11 14A 4A 30
Octal 324 40 173 0 125 52 21 512 112 60
Binary 11010100 100000 1111011 0 1010101 101010 10001 101001010 1001010 110000

Color Harmonies of #D4207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4207B

Black with #D4207B

Text Example


Text Example

White with #D4207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4207B; }

 p { color: rgb(212,32,123); }

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

background-color css

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

 a { background-color: rgb(212,32,123); }

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

border-color css

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

 span { border-color: rgb(212,32,123); }

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