Html Css Color HEX #D234DF Medium Orchid

📋 copy color: '#D234DF'

red 210 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #D234DF

Tints of Medium Orchid #D234DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.72%

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

R = 43.3%
G = 10.72%
B = 45.98%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D234DF (or 0xD234DF) is known color: Medium Orchid. HEX triplet: D2, 34 and DF. RGB value is (210,52,223). Sum of RGB (Red+Green+Blue) = 210+52+223=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #D234DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234DF is #2DCB20. Grayscale: #767676. Windows color (decimal): -3001121 or 14628050. OLE color: 14628050.

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

Color convert

RGB 210 52 223 -
CMYK 0.06 0.77 0 0.13
HSL 295.44º 0.73% 0.54% -
HSV(B) 295.44º 0.77% 0.87% -
XYZ 41.13 21.49 71.79 -
YUV 118.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 210 52 223 0.06 0.77 0 0.13 295.44 0.73 0.54
Hex D2 34 DF 6 4D 0 D 127 49 36
Octal 322 64 337 6 115 0 15 447 111 66
Binary 11010010 110100 11011111 110 1001101 0 1101 100100111 1001001 110110

Color Harmonies of #D234DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234DF

Black with #D234DF

Text Example


Text Example

White with #D234DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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