Html Css Color HEX #D32FDB Medium Orchid

📋 copy color: '#D32FDB'

red 211 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #D32FDB

Tints of Medium Orchid #D32FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 44.23%
G = 9.85%
B = 45.91%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D32FDB (or 0xD32FDB) is known color: Medium Orchid. HEX triplet: D3, 2F and DB. RGB value is (211,47,219). Sum of RGB (Red+Green+Blue) = 211+47+219=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D32FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FDB is #2CD024. Grayscale: #737373. Windows color (decimal): -2936869 or 14364627. OLE color: 14364627.

HSL color Cylindrical-coordinate representation of color #D32FDB: hue angle of 297.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32FDB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 47 219 -
CMYK 0.04 0.79 0 0.14
HSL 297.21º 0.7% 0.52% -
HSV(B) 297.21º 0.79% 0.86% -
XYZ 40.67 21 68.93 -
YUV 115.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 211 47 219 0.04 0.79 0 0.14 297.21 0.7 0.52
Hex D3 2F DB 4 4F 0 E 129 46 34
Octal 323 57 333 4 117 0 16 451 106 64
Binary 11010011 101111 11011011 100 1001111 0 1110 100101001 1000110 110100

Color Harmonies of #D32FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FDB

Black with #D32FDB

Text Example


Text Example

White with #D32FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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