Html Css Color HEX #D4097B Medium Violet Red

📋 copy color: '#D4097B'

red 212 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #D4097B

Tints of Medium Violet Red #D4097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 61.63%
G = 2.62%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4097B (or 0xD4097B) is known color: Medium Violet Red. HEX triplet: D4, 09 and 7B. RGB value is (212,9,123). Sum of RGB (Red+Green+Blue) = 212+9+123=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4097B is #2BF684. Grayscale: #525252. Windows color (decimal): -2881157 or 8063444. OLE color: 8063444.

HSL color Cylindrical-coordinate representation of color #D4097B: hue angle of 326.31º degrees, saturation: 0.92, 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 #D4097B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 123 -
CMYK 0 0.96 0.42 0.17
HSL 326.31º 0.92% 0.43% -
HSV(B) 326.31º 0.96% 0.83% -
XYZ 30.82 15.62 20.13 -
YUV 82.69 150.75 220.23 -
System Red Green Blue C M Y K H S L
Decimal 212 9 123 0 0.96 0.42 0.17 326.31 0.92 0.43
Hex D4 9 7B 0 60 2A 11 146 5C 2B
Octal 324 11 173 0 140 52 21 506 134 53
Binary 11010100 1001 1111011 0 1100000 101010 10001 101000110 1011100 101011

Color Harmonies of #D4097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4097B

Black with #D4097B

Text Example


Text Example

White with #D4097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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