Html Css Color HEX #D134DA Medium Orchid

📋 copy color: '#D134DA'

red 209 ◦ green 52 ◦ blue 218

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

Shades of Medium Orchid #D134DA

Tints of Medium Orchid #D134DA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.86%

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

R = 43.63%
G = 10.86%
B = 45.51%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D134DA (or 0xD134DA) is known color: Medium Orchid. HEX triplet: D1, 34 and DA. RGB value is (209,52,218). Sum of RGB (Red+Green+Blue) = 209+52+218=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #D134DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134DA is #2ECB25. Grayscale: #757575. Windows color (decimal): -3066662 or 14300369. OLE color: 14300369.

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

Color convert

RGB 209 52 218 -
CMYK 0.04 0.76 0 0.15
HSL 296.75º 0.69% 0.53% -
HSV(B) 296.75º 0.76% 0.85% -
XYZ 40.18 21.07 68.28 -
YUV 117.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 209 52 218 0.04 0.76 0 0.15 296.75 0.69 0.53
Hex D1 34 DA 4 4C 0 F 129 45 35
Octal 321 64 332 4 114 0 17 451 105 65
Binary 11010001 110100 11011010 100 1001100 0 1111 100101001 1000101 110101

Color Harmonies of #D134DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134DA

Black with #D134DA

Text Example


Text Example

White with #D134DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134DA; }

 p { color: rgb(209,52,218); }

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

background-color css

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

 a { background-color: rgb(209,52,218); }

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

border-color css

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

 span { border-color: rgb(209,52,218); }

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