Html Css Color HEX #D132F2 Medium Orchid

📋 copy color: '#D132F2'

red 209 ◦ green 50 ◦ blue 242

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

Shades of Medium Orchid #D132F2

Tints of Medium Orchid #D132F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.98%

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 41.72%
G = 9.98%
B = 48.3%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D132F2 (or 0xD132F2) is known color: Medium Orchid. HEX triplet: D1, 32 and F2. RGB value is (209,50,242). Sum of RGB (Red+Green+Blue) = 209+50+242=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #D132F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132F2 is #2ECD0D. Grayscale: #767676. Windows color (decimal): -3067150 or 15872721. OLE color: 15872721.

HSL color Cylindrical-coordinate representation of color #D132F2: hue angle of 289.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D132F2 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 50 242 -
CMYK 0.14 0.79 0 0.05
HSL 289.69º 0.88% 0.57% -
HSV(B) 289.69º 0.79% 0.95% -
XYZ 43.46 22.25 86.01 -
YUV 119.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 209 50 242 0.14 0.79 0 0.05 289.69 0.88 0.57
Hex D1 32 F2 E 4F 0 5 122 58 39
Octal 321 62 362 16 117 0 5 442 130 71
Binary 11010001 110010 11110010 1110 1001111 0 101 100100010 1011000 111001

Color Harmonies of #D132F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132F2

Black with #D132F2

Text Example


Text Example

White with #D132F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132F2; }

 p { color: rgb(209,50,242); }

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

background-color css

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

 a { background-color: rgb(209,50,242); }

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

border-color css

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

 span { border-color: rgb(209,50,242); }

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