Html Css Color HEX #D231DB Medium Orchid

📋 copy color: '#D231DB'

red 210 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #D231DB

Tints of Medium Orchid #D231DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.25%

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

R = 43.93%
G = 10.25%
B = 45.82%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D231DB (or 0xD231DB) is known color: Medium Orchid. HEX triplet: D2, 31 and DB. RGB value is (210,49,219). Sum of RGB (Red+Green+Blue) = 210+49+219=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 49 (19.53% from 255 or 10.25% 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 #D231DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231DB is #2DCE24. Grayscale: #747474. Windows color (decimal): -3001893 or 14365138. OLE color: 14365138.

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

Color convert

RGB 210 49 219 -
CMYK 0.04 0.78 0 0.14
HSL 296.82º 0.7% 0.53% -
HSV(B) 296.82º 0.78% 0.86% -
XYZ 40.46 21.01 68.94 -
YUV 116.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 210 49 219 0.04 0.78 0 0.14 296.82 0.7 0.53
Hex D2 31 DB 4 4E 0 E 129 46 35
Octal 322 61 333 4 116 0 16 451 106 65
Binary 11010010 110001 11011011 100 1001110 0 1110 100101001 1000110 110101

Color Harmonies of #D231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231DB

Black with #D231DB

Text Example


Text Example

White with #D231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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