Html Css Color HEX #D12DDF Medium Orchid

📋 copy color: '#D12DDF'

red 209 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #D12DDF

Tints of Medium Orchid #D12DDF

RGB

 RED value IS 209 (82.03% from 255) = 43.82%

 GREEN value IS 45 (17.97% from 255) = 9.43%

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

R = 43.82%
G = 9.43%
B = 46.75%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D12DDF (or 0xD12DDF) is known color: Medium Orchid. HEX triplet: D1, 2D and DF. RGB value is (209,45,223). Sum of RGB (Red+Green+Blue) = 209+45+223=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D12DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DDF is #2ED220. Grayscale: #717171. Windows color (decimal): -3068449 or 14626257. OLE color: 14626257.

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

Color convert

RGB 209 45 223 -
CMYK 0.06 0.80 0 0.13
HSL 295.28º 0.74% 0.53% -
HSV(B) 295.28º 0.8% 0.87% -
XYZ 40.55 20.76 71.68 -
YUV 114.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 209 45 223 0.06 0.80 0 0.13 295.28 0.74 0.53
Hex D1 2D DF 6 50 0 D 127 4A 35
Octal 321 55 337 6 120 0 15 447 112 65
Binary 11010001 101101 11011111 110 1010000 0 1101 100100111 1001010 110101

Color Harmonies of #D12DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DDF

Black with #D12DDF

Text Example


Text Example

White with #D12DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DDF; }

 p { color: rgb(209,45,223); }

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

background-color css

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

 a { background-color: rgb(209,45,223); }

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

border-color css

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

 span { border-color: rgb(209,45,223); }

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