Html Css Color HEX #D237DA Medium Orchid

📋 copy color: '#D237DA'

red 210 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #D237DA

Tints of Medium Orchid #D237DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.39%

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

R = 43.48%
G = 11.39%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D237DA (or 0xD237DA) is known color: Medium Orchid. HEX triplet: D2, 37 and DA. RGB value is (210,55,218). Sum of RGB (Red+Green+Blue) = 210+55+218=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #D237DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237DA is #2DC825. Grayscale: #777777. Windows color (decimal): -3000358 or 14301138. OLE color: 14301138.

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

Color convert

RGB 210 55 218 -
CMYK 0.04 0.75 0 0.15
HSL 297.06º 0.69% 0.54% -
HSV(B) 297.06º 0.75% 0.85% -
XYZ 40.6 21.5 68.34 -
YUV 119.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 210 55 218 0.04 0.75 0 0.15 297.06 0.69 0.54
Hex D2 37 DA 4 4B 0 F 129 45 36
Octal 322 67 332 4 113 0 17 451 105 66
Binary 11010010 110111 11011010 100 1001011 0 1111 100101001 1000101 110110

Color Harmonies of #D237DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237DA

Black with #D237DA

Text Example


Text Example

White with #D237DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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