Html Css Color HEX #D238DF Medium Orchid

📋 copy color: '#D238DF'

red 210 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #D238DF

Tints of Medium Orchid #D238DF

RGB

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

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

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

R = 42.94%
G = 11.45%
B = 45.6%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D238DF (or 0xD238DF) is known color: Medium Orchid. HEX triplet: D2, 38 and DF. RGB value is (210,56,223). Sum of RGB (Red+Green+Blue) = 210+56+223=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #D238DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238DF is #2DC720. Grayscale: #787878. Windows color (decimal): -3000097 or 14629074. OLE color: 14629074.

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

Color convert

RGB 210 56 223 -
CMYK 0.06 0.75 0 0.13
HSL 295.33º 0.72% 0.55% -
HSV(B) 295.33º 0.75% 0.87% -
XYZ 41.31 21.86 71.85 -
YUV 121.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 210 56 223 0.06 0.75 0 0.13 295.33 0.72 0.55
Hex D2 38 DF 6 4B 0 D 127 48 37
Octal 322 70 337 6 113 0 15 447 110 67
Binary 11010010 111000 11011111 110 1001011 0 1101 100100111 1001000 110111

Color Harmonies of #D238DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238DF

Black with #D238DF

Text Example


Text Example

White with #D238DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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