Html Css Color HEX #D132DB Medium Orchid

📋 copy color: '#D132DB'

red 209 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #D132DB

Tints of Medium Orchid #D132DB

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

 GREEN value IS 50 (19.92% from 255) = 10.46%

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

R = 43.72%
G = 10.46%
B = 45.82%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D132DB (or 0xD132DB) is known color: Medium Orchid. HEX triplet: D1, 32 and DB. RGB value is (209,50,219). Sum of RGB (Red+Green+Blue) = 209+50+219=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D132DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132DB is #2ECD24. Grayscale: #747474. Windows color (decimal): -3067173 or 14365393. OLE color: 14365393.

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

Color convert

RGB 209 50 219 -
CMYK 0.05 0.77 0 0.14
HSL 296.45º 0.7% 0.53% -
HSV(B) 296.45º 0.77% 0.86% -
XYZ 40.22 20.95 68.94 -
YUV 116.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 209 50 219 0.05 0.77 0 0.14 296.45 0.7 0.53
Hex D1 32 DB 5 4D 0 E 128 46 35
Octal 321 62 333 5 115 0 16 450 106 65
Binary 11010001 110010 11011011 101 1001101 0 1110 100101000 1000110 110101

Color Harmonies of #D132DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132DB

Black with #D132DB

Text Example


Text Example

White with #D132DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132DB; }

 p { color: rgb(209,50,219); }

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

background-color css

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

 a { background-color: rgb(209,50,219); }

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

border-color css

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

 span { border-color: rgb(209,50,219); }

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