Html Css Color HEX #D32FDD Medium Orchid

📋 copy color: '#D32FDD'

red 211 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #D32FDD

Tints of Medium Orchid #D32FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 44.05%
G = 9.81%
B = 46.14%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D32FDD (or 0xD32FDD) is known color: Medium Orchid. HEX triplet: D3, 2F and DD. RGB value is (211,47,221). Sum of RGB (Red+Green+Blue) = 211+47+221=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FDD is #2CD022. Grayscale: #737373. Windows color (decimal): -2936867 or 14495699. OLE color: 14495699.

HSL color Cylindrical-coordinate representation of color #D32FDD: hue angle of 296.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32FDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 47 221 -
CMYK 0.05 0.79 0 0.13
HSL 296.55º 0.72% 0.53% -
HSV(B) 296.55º 0.79% 0.87% -
XYZ 40.93 21.1 70.32 -
YUV 115.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 211 47 221 0.05 0.79 0 0.13 296.55 0.72 0.53
Hex D3 2F DD 5 4F 0 D 129 48 35
Octal 323 57 335 5 117 0 15 451 110 65
Binary 11010011 101111 11011101 101 1001111 0 1101 100101001 1001000 110101

Color Harmonies of #D32FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FDD

Black with #D32FDD

Text Example


Text Example

White with #D32FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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