Html Css Color HEX #D238DB Medium Orchid

📋 copy color: '#D238DB'

red 210 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #D238DB

Tints of Medium Orchid #D238DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.55%

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

R = 43.3%
G = 11.55%
B = 45.15%

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

#D238DB (or 0xD238DB) is known color: Medium Orchid. HEX triplet: D2, 38 and DB. RGB value is (210,56,219). Sum of RGB (Red+Green+Blue) = 210+56+219=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #D238DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238DB is #2DC724. Grayscale: #787878. Windows color (decimal): -3000101 or 14366930. OLE color: 14366930.

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

Color convert

RGB 210 56 219 -
CMYK 0.04 0.74 0 0.14
HSL 296.69º 0.69% 0.54% -
HSV(B) 296.69º 0.74% 0.86% -
XYZ 40.78 21.64 69.05 -
YUV 120.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 210 56 219 0.04 0.74 0 0.14 296.69 0.69 0.54
Hex D2 38 DB 4 4A 0 E 129 45 36
Octal 322 70 333 4 112 0 16 451 105 66
Binary 11010010 111000 11011011 100 1001010 0 1110 100101001 1000101 110110

Color Harmonies of #D238DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238DB

Black with #D238DB

Text Example


Text Example

White with #D238DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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