Html Css Color HEX #D232D9 Medium Orchid

📋 copy color: '#D232D9'

red 210 ◦ green 50 ◦ blue 217

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

Shades of Medium Orchid #D232D9

Tints of Medium Orchid #D232D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 44.03%
G = 10.48%
B = 45.49%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D232D9 (or 0xD232D9) is known color: Medium Orchid. HEX triplet: D2, 32 and D9. RGB value is (210,50,217). Sum of RGB (Red+Green+Blue) = 210+50+217=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #D232D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232D9 is #2DCD26. Grayscale: #747474. Windows color (decimal): -3001639 or 14234322. OLE color: 14234322.

HSL color Cylindrical-coordinate representation of color #D232D9: hue angle of 297.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D232D9 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 50 217 -
CMYK 0.03 0.77 0 0.15
HSL 297.49º 0.69% 0.52% -
HSV(B) 297.49º 0.77% 0.85% -
XYZ 40.24 20.99 67.58 -
YUV 116.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 210 50 217 0.03 0.77 0 0.15 297.49 0.69 0.52
Hex D2 32 D9 3 4D 0 F 129 45 34
Octal 322 62 331 3 115 0 17 451 105 64
Binary 11010010 110010 11011001 11 1001101 0 1111 100101001 1000101 110100

Color Harmonies of #D232D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232D9

Black with #D232D9

Text Example


Text Example

White with #D232D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232D9; }

 p { color: rgb(210,50,217); }

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

background-color css

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

 a { background-color: rgb(210,50,217); }

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

border-color css

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

 span { border-color: rgb(210,50,217); }

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