Html Css Color HEX #D232DA Medium Orchid

📋 copy color: '#D232DA'

red 210 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #D232DA

Tints of Medium Orchid #D232DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 43.93%
G = 10.46%
B = 45.61%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D232DA (or 0xD232DA) is known color: Medium Orchid. HEX triplet: D2, 32 and DA. RGB value is (210,50,218). Sum of RGB (Red+Green+Blue) = 210+50+218=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #D232DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DA is #2DCD25. Grayscale: #747474. Windows color (decimal): -3001638 or 14299858. OLE color: 14299858.

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

Color convert

RGB 210 50 218 -
CMYK 0.04 0.77 0 0.15
HSL 297.14º 0.69% 0.53% -
HSV(B) 297.14º 0.77% 0.85% -
XYZ 40.37 21.04 68.26 -
YUV 116.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 210 50 218 0.04 0.77 0 0.15 297.14 0.69 0.53
Hex D2 32 DA 4 4D 0 F 129 45 35
Octal 322 62 332 4 115 0 17 451 105 65
Binary 11010010 110010 11011010 100 1001101 0 1111 100101001 1000101 110101

Color Harmonies of #D232DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232DA

Black with #D232DA

Text Example


Text Example

White with #D232DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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