#D232DB

Color #D232DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D232DB

Tints of Medium Orchid #D232DB

Color information

#D232DB (or 0xD232DB) is unknown color: approx Medium Orchid. HEX triplet: D2, 32 and DB. RGB value is (210,50,219). Sum of RGB (Red+Green+Blue) = 210+50+219=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D232DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DB is #2DCD24. Grayscale: #747474. Windows color (decimal): -3001637 or 14365394. OLE color: 14365394.

HSL color Cylindrical-coordinate representation of color #D232DB: hue angle of 296.8º 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 #D232DB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21050219-
CMYK0.040.7700.14
HSL296.8º70.12%52.75%-
HSV(B)296.8º77.17%85.88%-
XYZ40.5121.168.96-
YUV117.11185.51194.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=43.84%
G=10.44%
B=45.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210502190.040.7700.14296.870.1252.75
HexD232DB44D0E1294635
Octal32262333411501645110665
Binary11010010110010110110111001001101011101001010011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D232DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D232DB; }

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

 H1.HeaderClassName
 {
   color: #D232DB;
 }
 .AnyTagClassName
 {
   color: #D232DB;
 }
</style>
background-color css

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

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

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

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

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

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