Html Css Color HEX #D32FDA Medium Orchid

📋 copy color: '#D32FDA'

red 211 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #D32FDA

Tints of Medium Orchid #D32FDA

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

 GREEN value IS 47 (18.75% from 255) = 9.87%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 44.33%
G = 9.87%
B = 45.8%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D32FDA (or 0xD32FDA) is known color: Medium Orchid. HEX triplet: D3, 2F and DA. RGB value is (211,47,218). Sum of RGB (Red+Green+Blue) = 211+47+218=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D32FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FDA is #2CD025. Grayscale: #737373. Windows color (decimal): -2936870 or 14299091. OLE color: 14299091.

HSL color Cylindrical-coordinate representation of color #D32FDA: hue angle of 297.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FDA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 47 218 -
CMYK 0.03 0.78 0 0.15
HSL 297.54º 0.7% 0.52% -
HSV(B) 297.54º 0.78% 0.85% -
XYZ 40.54 20.94 68.24 -
YUV 115.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 211 47 218 0.03 0.78 0 0.15 297.54 0.7 0.52
Hex D3 2F DA 3 4E 0 F 12A 46 34
Octal 323 57 332 3 116 0 17 452 106 64
Binary 11010011 101111 11011010 11 1001110 0 1111 100101010 1000110 110100

Color Harmonies of #D32FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FDA

Black with #D32FDA

Text Example


Text Example

White with #D32FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FDA; }

 p { color: rgb(211,47,218); }

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

background-color css

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

 a { background-color: rgb(211,47,218); }

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

border-color css

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

 span { border-color: rgb(211,47,218); }

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