Html Css Color HEX #D232DD Medium Orchid

📋 copy color: '#D232DD'

red 210 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #D232DD

Tints of Medium Orchid #D232DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 43.66%
G = 10.4%
B = 45.95%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D232DD (or 0xD232DD) is known color: Medium Orchid. HEX triplet: D2, 32 and DD. RGB value is (210,50,221). Sum of RGB (Red+Green+Blue) = 210+50+221=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D232DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DD is #2DCD22. Grayscale: #747474. Windows color (decimal): -3001635 or 14496466. OLE color: 14496466.

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

Color convert

RGB 210 50 221 -
CMYK 0.05 0.77 0 0.13
HSL 296.14º 0.72% 0.53% -
HSV(B) 296.14º 0.77% 0.87% -
XYZ 40.77 21.2 70.35 -
YUV 117.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 210 50 221 0.05 0.77 0 0.13 296.14 0.72 0.53
Hex D2 32 DD 5 4D 0 D 128 48 35
Octal 322 62 335 5 115 0 15 450 110 65
Binary 11010010 110010 11011101 101 1001101 0 1101 100101000 1001000 110101

Color Harmonies of #D232DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232DD

Black with #D232DD

Text Example


Text Example

White with #D232DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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