Html Css Color HEX #D231DF Medium Orchid

📋 copy color: '#D231DF'

red 210 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #D231DF

Tints of Medium Orchid #D231DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 43.57%
G = 10.17%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D231DF (or 0xD231DF) is known color: Medium Orchid. HEX triplet: D2, 31 and DF. RGB value is (210,49,223). Sum of RGB (Red+Green+Blue) = 210+49+223=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #D231DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231DF is #2DCE20. Grayscale: #747474. Windows color (decimal): -3001889 or 14627282. OLE color: 14627282.

HSL color Cylindrical-coordinate representation of color #D231DF: hue angle of 295.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D231DF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 49 223 -
CMYK 0.06 0.78 0 0.13
HSL 295.52º 0.73% 0.53% -
HSV(B) 295.52º 0.78% 0.87% -
XYZ 41 21.23 71.75 -
YUV 116.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 210 49 223 0.06 0.78 0 0.13 295.52 0.73 0.53
Hex D2 31 DF 6 4E 0 D 128 49 35
Octal 322 61 337 6 116 0 15 450 111 65
Binary 11010010 110001 11011111 110 1001110 0 1101 100101000 1001001 110101

Color Harmonies of #D231DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231DF

Black with #D231DF

Text Example


Text Example

White with #D231DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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