Html Css Color HEX #D239DB Medium Orchid

📋 copy color: '#D239DB'

red 210 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #D239DB

Tints of Medium Orchid #D239DB

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

 GREEN value IS 57 (22.66% from 255) = 11.73%

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

R = 43.21%
G = 11.73%
B = 45.06%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D239DB (or 0xD239DB) is known color: Medium Orchid. HEX triplet: D2, 39 and DB. RGB value is (210,57,219). Sum of RGB (Red+Green+Blue) = 210+57+219=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #D239DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D239DB is #2DC624. Grayscale: #787878. Windows color (decimal): -2999845 or 14367186. OLE color: 14367186.

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

Color convert

RGB 210 57 219 -
CMYK 0.04 0.74 0 0.14
HSL 296.67º 0.69% 0.54% -
HSV(B) 296.67º 0.74% 0.86% -
XYZ 40.83 21.74 69.06 -
YUV 121.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 210 57 219 0.04 0.74 0 0.14 296.67 0.69 0.54
Hex D2 39 DB 4 4A 0 E 129 45 36
Octal 322 71 333 4 112 0 16 451 105 66
Binary 11010010 111001 11011011 100 1001010 0 1110 100101001 1000101 110110

Color Harmonies of #D239DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239DB

Black with #D239DB

Text Example


Text Example

White with #D239DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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