Html Css Color HEX #D4027B Medium Violet Red

📋 copy color: '#D4027B'

red 212 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #D4027B

Tints of Medium Violet Red #D4027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 62.91%
G = 0.59%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4027B (or 0xD4027B) is known color: Medium Violet Red. HEX triplet: D4, 02 and 7B. RGB value is (212,2,123). Sum of RGB (Red+Green+Blue) = 212+2+123=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4027B is #2BFD84. Grayscale: #4E4E4E. Windows color (decimal): -2882949 or 8061652. OLE color: 8061652.

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

Color convert

RGB 212 2 123 -
CMYK 0 0.99 0.42 0.17
HSL 325.43º 0.98% 0.42% -
HSV(B) 325.43º 0.99% 0.83% -
XYZ 30.75 15.47 20.1 -
YUV 78.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 212 2 123 0 0.99 0.42 0.17 325.43 0.98 0.42
Hex D4 2 7B 0 63 2A 11 145 62 2A
Octal 324 2 173 0 143 52 21 505 142 52
Binary 11010100 10 1111011 0 1100011 101010 10001 101000101 1100010 101010

Color Harmonies of #D4027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4027B

Black with #D4027B

Text Example


Text Example

White with #D4027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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