Html Css Color HEX #D486ED Heliotrope

📋 copy color: '#D486ED'

red 212 ◦ green 134 ◦ blue 237

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

Shades of Heliotrope #D486ED

Tints of Heliotrope #D486ED

RGB

 RED value IS 212 (83.2% from 255) = 36.36%

 GREEN value IS 134 (52.73% from 255) = 22.98%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 36.36%
G = 22.98%
B = 40.65%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D486ED (or 0xD486ED) is known color: Heliotrope. HEX triplet: D4, 86 and ED. RGB value is (212,134,237). Sum of RGB (Red+Green+Blue) = 212+134+237=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #D486ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486ED is #2B7912. Grayscale: #A8A8A8. Windows color (decimal): -2849043 or 15566548. OLE color: 15566548.

HSL color Cylindrical-coordinate representation of color #D486ED: hue angle of 285.44º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D486ED is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 134 237 -
CMYK 0.11 0.43 0 0.07
HSL 285.44º 0.74% 0.73% -
HSV(B) 285.44º 0.43% 0.93% -
XYZ 50.96 37.16 84.61 -
YUV 169.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 212 134 237 0.11 0.43 0 0.07 285.44 0.74 0.73
Hex D4 86 ED B 2B 0 7 11D 4A 49
Octal 324 206 355 13 53 0 7 435 112 111
Binary 11010100 10000110 11101101 1011 101011 0 111 100011101 1001010 1001001

Color Harmonies of #D486ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486ED

Black with #D486ED

Text Example


Text Example

White with #D486ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486ED; }

 p { color: rgb(212,134,237); }

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

background-color css

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

 a { background-color: rgb(212,134,237); }

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

border-color css

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

 span { border-color: rgb(212,134,237); }

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