Html Css Color HEX #D4097D Medium Violet Red

📋 copy color: '#D4097D'

red 212 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #D4097D

Tints of Medium Violet Red #D4097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 61.27%
G = 2.6%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4097D (or 0xD4097D) is known color: Medium Violet Red. HEX triplet: D4, 09 and 7D. RGB value is (212,9,125). Sum of RGB (Red+Green+Blue) = 212+9+125=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4097D is #2BF682. Grayscale: #525252. Windows color (decimal): -2881155 or 8194516. OLE color: 8194516.

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

Color convert

RGB 212 9 125 -
CMYK 0 0.96 0.41 0.17
HSL 325.71º 0.92% 0.43% -
HSV(B) 325.71º 0.96% 0.83% -
XYZ 30.95 15.67 20.8 -
YUV 82.92 151.75 220.07 -
System Red Green Blue C M Y K H S L
Decimal 212 9 125 0 0.96 0.41 0.17 325.71 0.92 0.43
Hex D4 9 7D 0 60 29 11 146 5C 2B
Octal 324 11 175 0 140 51 21 506 134 53
Binary 11010100 1001 1111101 0 1100000 101001 10001 101000110 1011100 101011

Color Harmonies of #D4097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4097D

Black with #D4097D

Text Example


Text Example

White with #D4097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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