Html Css Color HEX #D4068D Medium Violet Red

📋 copy color: '#D4068D'

red 212 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #D4068D

Tints of Medium Violet Red #D4068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 59.05%
G = 1.67%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4068D (or 0xD4068D) is known color: Medium Violet Red. HEX triplet: D4, 06 and 8D. RGB value is (212,6,141). Sum of RGB (Red+Green+Blue) = 212+6+141=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4068D is #2BF972. Grayscale: #525252. Windows color (decimal): -2881907 or 9242324. OLE color: 9242324.

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

Color convert

RGB 212 6 141 -
CMYK 0 0.97 0.33 0.17
HSL 320.68º 0.94% 0.43% -
HSV(B) 320.68º 0.97% 0.83% -
XYZ 32.02 16.05 26.61 -
YUV 82.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 212 6 141 0 0.97 0.33 0.17 320.68 0.94 0.43
Hex D4 6 8D 0 61 21 11 141 5E 2B
Octal 324 6 215 0 141 41 21 501 136 53
Binary 11010100 110 10001101 0 1100001 100001 10001 101000001 1011110 101011

Color Harmonies of #D4068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4068D

Black with #D4068D

Text Example


Text Example

White with #D4068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4068D; }

 p { color: rgb(212,6,141); }

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

background-color css

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

 a { background-color: rgb(212,6,141); }

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

border-color css

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

 span { border-color: rgb(212,6,141); }

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